Html Css Color HEX #601947 Pompadour

📋 copy color: '#601947'

red 96 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #601947

Tints of Pompadour #601947

RGB

 RED value IS 96 (37.89% from 255) = 50%

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 50%
G = 13.02%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#601947 (or 0x601947) is known color: Pompadour. HEX triplet: 60, 19 and 47. RGB value is (96,25,71). Sum of RGB (Red+Green+Blue) = 96+25+71=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601947 is #9FE6B8. Grayscale: #333333. Windows color (decimal): -10479289 or 4659552. OLE color: 4659552.

HSL color Cylindrical-coordinate representation of color #601947: hue angle of 321.13º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601947 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 71 -
CMYK 0 0.74 0.26 0.62
HSL 321.13º 0.59% 0.24% -
HSV(B) 321.13º 0.74% 0.38% -
XYZ 6.31 3.64 6.33 -
YUV 51.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 96 25 71 0 0.74 0.26 0.62 321.13 0.59 0.24
Hex 60 19 47 0 4A 1A 3E 141 3B 18
Octal 140 31 107 0 112 32 76 501 73 30
Binary 1100000 11001 1000111 0 1001010 11010 111110 101000001 111011 11000

Color Harmonies of #601947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601947

Black with #601947

Text Example


Text Example

White with #601947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601947; }

 p { color: rgb(96,25,71); }

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

background-color css

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

 a { background-color: rgb(96,25,71); }

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

border-color css

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

 span { border-color: rgb(96,25,71); }

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