Html Css Color HEX #482247 Hot Purple

📋 copy color: '#482247'

red 72 ◦ green 34 ◦ blue 71

#482247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #482247

Tints of Hot Purple #482247

RGB

 RED value IS 72 (28.52% from 255) = 40.68%

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 40.68%
G = 19.21%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#482247 (or 0x482247) is known color: Hot Purple. HEX triplet: 48, 22 and 47. RGB value is (72,34,71). Sum of RGB (Red+Green+Blue) = 72+34+71=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482247 is #B7DDB8. Grayscale: #313131. Windows color (decimal): -12049849 or 4661832. OLE color: 4661832.

HSL color Cylindrical-coordinate representation of color #482247: hue angle of 301.58º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482247 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 71 -
CMYK 0 0.53 0.01 0.72
HSL 301.58º 0.36% 0.21% -
HSV(B) 301.58º 0.53% 0.28% -
XYZ 4.38 2.98 6.3 -
YUV 49.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 72 34 71 0 0.53 0.01 0.72 301.58 0.36 0.21
Hex 48 22 47 0 35 1 48 12E 24 15
Octal 110 42 107 0 65 1 110 456 44 25
Binary 1001000 100010 1000111 0 110101 1 1001000 100101110 100100 10101

Color Harmonies of #482247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482247

Black with #482247

Text Example


Text Example

White with #482247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482247; }

 p { color: rgb(72,34,71); }

 H1.HeaderClassName
 {
   color: #482247;
 }
 .AnyTagClassName
 {
   color: #482247;
 }
</style>

background-color css

<style>
 a { background-color: #482247; }

 a { background-color: rgb(72,34,71); }

 div.DivClassName
 {
   background-color: #482247;
 }
 .BgClassName
 {
   background-color: #482247;
 }
</style>

border-color css

<style>
 span { border-color: #482247; }

 span { border-color: rgb(72,34,71); }

 td.TdClassName
 {
   border-color: #482247;
 }
 .TagClassName
 {
   border-color: #482247;
 }
</style>