#602647

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

Shades of Pompadour #602647

Tints of Pompadour #602647

Color information

#602647 (or 0x602647) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 47. RGB value is (96,38,71). Sum of RGB (Red+Green+Blue) = 96+38+71=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602647 is #9FD9B8. Grayscale: #3B3B3B. Windows color (decimal): -10475961 or 4662880. OLE color: 4662880.

HSL color Cylindrical-coordinate representation of color #602647: hue angle of 325.86º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602647 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB963871-
CMYK00.600.260.62
HSL325.86º43.28%26.27%-
HSV(B)325.86º60.42%37.65%-
XYZ6.654.336.45-
YUV59.1134.72154.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=46.83%
G=18.54%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96387100.600.260.62325.8643.2826.27
Hex60264703C1A3E1462b1a
Octal1404610707432765065332
Binary1100000100110100011101111001101011111010100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602647; }

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

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

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

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

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

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

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

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