#602046

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

Shades of Pompadour #602046

Tints of Pompadour #602046

Color information

#602046 (or 0x602046) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 46. RGB value is (96,32,70). Sum of RGB (Red+Green+Blue) = 96+32+70=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602046 is #9FDFB9. Grayscale: #373737. Windows color (decimal): -10477498 or 4595808. OLE color: 4595808.

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

Color convert

RGB963270-
CMYK00.670.270.62
HSL324.38º50%25.1%-
HSV(B)324.38º66.67%37.65%-
XYZ6.453.966.22-
YUV55.47136.2156.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=48.48%
G=16.16%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96327000.670.270.62324.385025.1
Hex6020460431B3E1443219
Octal14040106010333765046231
Binary11000001000001000110010000111101111111010100010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602046; }

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

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

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

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

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

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

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

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