Html Css Color HEX #602043 Pompadour

📋 copy color: '#602043'

red 96 ◦ green 32 ◦ blue 67

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

Shades of Pompadour #602043

Tints of Pompadour #602043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 49.23%
G = 16.41%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602043 (or 0x602043) is known color: Pompadour. HEX triplet: 60, 20 and 43. RGB value is (96,32,67). Sum of RGB (Red+Green+Blue) = 96+32+67=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602043 is #9FDFBC. Grayscale: #373737. Windows color (decimal): -10477501 or 4399200. OLE color: 4399200.

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

Color convert

RGB 96 32 67 -
CMYK 0 0.67 0.30 0.62
HSL 327.19º 0.5% 0.25% -
HSV(B) 327.19º 0.67% 0.38% -
XYZ 6.35 3.93 5.73 -
YUV 55.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 96 32 67 0 0.67 0.30 0.62 327.19 0.5 0.25
Hex 60 20 43 0 43 1E 3E 147 32 19
Octal 140 40 103 0 103 36 76 507 62 31
Binary 1100000 100000 1000011 0 1000011 11110 111110 101000111 110010 11001

Color Harmonies of #602043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602043

Black with #602043

Text Example


Text Example

White with #602043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602043; }

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

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

background-color css

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

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

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

border-color css

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

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

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