Html Css Color HEX #602443 Pompadour

📋 copy color: '#602443'

red 96 ◦ green 36 ◦ blue 67

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

Shades of Pompadour #602443

Tints of Pompadour #602443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 67 (26.56% from 255) = 33.67%

R = 48.24%
G = 18.09%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602443 (or 0x602443) is known color: Pompadour. HEX triplet: 60, 24 and 43. RGB value is (96,36,67). Sum of RGB (Red+Green+Blue) = 96+36+67=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602443 is #9FDBBC. Grayscale: #393939. Windows color (decimal): -10476477 or 4400224. OLE color: 4400224.

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

Color convert

RGB 96 36 67 -
CMYK 0 0.62 0.30 0.62
HSL 329º 0.45% 0.26% -
HSV(B) 329º 0.63% 0.38% -
XYZ 6.47 4.15 5.77 -
YUV 57.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 96 36 67 0 0.62 0.30 0.62 329 0.45 0.26
Hex 60 24 43 0 3E 1E 3E 149 2D 1A
Octal 140 44 103 0 76 36 76 511 55 32
Binary 1100000 100100 1000011 0 111110 11110 111110 101001001 101101 11010

Color Harmonies of #602443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602443

Black with #602443

Text Example


Text Example

White with #602443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602443; }

 p { color: rgb(96,36,67); }

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

background-color css

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

 a { background-color: rgb(96,36,67); }

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

border-color css

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

 span { border-color: rgb(96,36,67); }

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