Html Css Color HEX #601E49 Pompadour

📋 copy color: '#601E49'

red 96 ◦ green 30 ◦ blue 73

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

Shades of Pompadour #601E49

Tints of Pompadour #601E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 48.24%
G = 15.08%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601E49 (or 0x601E49) is known color: Pompadour. HEX triplet: 60, 1E and 49. RGB value is (96,30,73). Sum of RGB (Red+Green+Blue) = 96+30+73=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E49 is #9FE1B6. Grayscale: #363636. Windows color (decimal): -10478007 or 4791904. OLE color: 4791904.

HSL color Cylindrical-coordinate representation of color #601E49: hue angle of 320.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E49 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 73 -
CMYK 0 0.69 0.24 0.62
HSL 320.91º 0.52% 0.25% -
HSV(B) 320.91º 0.69% 0.38% -
XYZ 6.49 3.9 6.71 -
YUV 54.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 96 30 73 0 0.69 0.24 0.62 320.91 0.52 0.25
Hex 60 1E 49 0 45 18 3E 141 34 19
Octal 140 36 111 0 105 30 76 501 64 31
Binary 1100000 11110 1001001 0 1000101 11000 111110 101000001 110100 11001

Color Harmonies of #601E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E49

Black with #601E49

Text Example


Text Example

White with #601E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E49; }

 p { color: rgb(96,30,73); }

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

background-color css

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

 a { background-color: rgb(96,30,73); }

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

border-color css

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

 span { border-color: rgb(96,30,73); }

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