#602A4D

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

Shades of Pompadour #602A4D

Tints of Pompadour #602A4D

Color information

#602A4D (or 0x602A4D) is unknown color: approx Pompadour. HEX triplet: 60, 2A and 4D. RGB value is (96,42,77). Sum of RGB (Red+Green+Blue) = 96+42+77=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A4D is #9FD5B2. Grayscale: #3E3E3E. Windows color (decimal): -10474931 or 5057120. OLE color: 5057120.

HSL color Cylindrical-coordinate representation of color #602A4D: hue angle of 321.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A4D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB964277-
CMYK00.560.200.62
HSL321.11º39.13%27.06%-
HSV(B)321.11º56.25%37.65%-
XYZ6.994.687.56-
YUV62.14136.39152.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=44.65%
G=19.53%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96427700.560.200.62321.1139.1327.06
Hex602A4D038143E141271b
Octal1405211507024765014733
Binary1100000101010100110101110001010011111010100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A4D; }

 p { color: rgb(96,42,77); }

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

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

 a { background-color: rgb(96,42,77); }

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

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

 span { border-color: rgb(96,42,77); }

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