Html Css Color HEX #602C4E Pompadour

📋 copy color: '#602C4E'

red 96 ◦ green 44 ◦ blue 78

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

Shades of Pompadour #602C4E

Tints of Pompadour #602C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 44.04%
G = 20.18%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#602C4E (or 0x602C4E) is known color: Pompadour. HEX triplet: 60, 2C and 4E. RGB value is (96,44,78). Sum of RGB (Red+Green+Blue) = 96+44+78=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C4E is #9FD3B1. Grayscale: #3F3F3F. Windows color (decimal): -10474418 or 5123168. OLE color: 5123168.

HSL color Cylindrical-coordinate representation of color #602C4E: hue angle of 320.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C4E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 78 -
CMYK 0 0.54 0.19 0.62
HSL 320.77º 0.37% 0.27% -
HSV(B) 320.77º 0.54% 0.38% -
XYZ 7.1 4.84 7.77 -
YUV 63.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 96 44 78 0 0.54 0.19 0.62 320.77 0.37 0.27
Hex 60 2C 4E 0 36 13 3E 141 25 1B
Octal 140 54 116 0 66 23 76 501 45 33
Binary 1100000 101100 1001110 0 110110 10011 111110 101000001 100101 11011

Color Harmonies of #602C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C4E

Black with #602C4E

Text Example


Text Example

White with #602C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C4E; }

 p { color: rgb(96,44,78); }

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

background-color css

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

 a { background-color: rgb(96,44,78); }

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

border-color css

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

 span { border-color: rgb(96,44,78); }

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