#602047

Color #602047 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #602047

Tints of Pompadour #602047

Color information

#602047 (or 0x602047) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 47. RGB value is (96,32,71). Sum of RGB (Red+Green+Blue) = 96+32+71=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602047 is #9FDFB8. Grayscale: #373737. Windows color (decimal): -10477497 or 4661344. OLE color: 4661344.

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

Color convert

RGB963271-
CMYK00.670.260.62
HSL323.44º50%25.1%-
HSV(B)323.44º66.67%37.65%-
XYZ6.483.976.39-
YUV55.58136.7156.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=48.24%
G=16.08%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96327100.670.260.62323.445025.1
Hex6020470431A3E1433219
Octal14040107010332765036231
Binary11000001000001000111010000111101011111010100001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602047; }

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

 H1.HeaderClassName
 {
   color: #602047;
 }
 .AnyTagClassName
 {
   color: #602047;
 }
</style>
background-color css

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

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

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

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

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

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