Html Css Color HEX #602041 Pompadour

📋 copy color: '#602041'

red 96 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #602041

Tints of Pompadour #602041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 49.74%
G = 16.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602041 (or 0x602041) is known color: Pompadour. HEX triplet: 60, 20 and 41. RGB value is (96,32,65). Sum of RGB (Red+Green+Blue) = 96+32+65=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #602041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602041 is #9FDFBE. Grayscale: #363636. Windows color (decimal): -10477503 or 4268128. OLE color: 4268128.

HSL color Cylindrical-coordinate representation of color #602041: hue angle of 329.06º 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 #602041 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 65 -
CMYK 0 0.67 0.32 0.62
HSL 329.06º 0.5% 0.25% -
HSV(B) 329.06º 0.67% 0.38% -
XYZ 6.29 3.9 5.42 -
YUV 54.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 96 32 65 0 0.67 0.32 0.62 329.06 0.5 0.25
Hex 60 20 41 0 43 20 3E 149 32 19
Octal 140 40 101 0 103 40 76 511 62 31
Binary 1100000 100000 1000001 0 1000011 100000 111110 101001001 110010 11001

Color Harmonies of #602041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602041

Black with #602041

Text Example


Text Example

White with #602041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602041; }

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

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

background-color css

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

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

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

border-color css

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

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

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