Html Css Color HEX #601E42 Pompadour

📋 copy color: '#601E42'

red 96 ◦ green 30 ◦ blue 66

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

Shades of Pompadour #601E42

Tints of Pompadour #601E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601E42 (or 0x601E42) is known color: Pompadour. HEX triplet: 60, 1E and 42. RGB value is (96,30,66). Sum of RGB (Red+Green+Blue) = 96+30+66=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E42 is #9FE1BD. Grayscale: #353535. Windows color (decimal): -10478014 or 4333152. OLE color: 4333152.

HSL color Cylindrical-coordinate representation of color #601E42: hue angle of 327.27º 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 #601E42 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 66 -
CMYK 0 0.69 0.31 0.62
HSL 327.27º 0.52% 0.25% -
HSV(B) 327.27º 0.69% 0.38% -
XYZ 6.27 3.81 5.56 -
YUV 53.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 96 30 66 0 0.69 0.31 0.62 327.27 0.52 0.25
Hex 60 1E 42 0 45 1F 3E 147 34 19
Octal 140 36 102 0 105 37 76 507 64 31
Binary 1100000 11110 1000010 0 1000101 11111 111110 101000111 110100 11001

Color Harmonies of #601E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E42

Black with #601E42

Text Example


Text Example

White with #601E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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