#602158

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

Shades of Palatinate Purple #602158

Tints of Palatinate Purple #602158

Color information

#602158 (or 0x602158) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 58. RGB value is (96,33,88). Sum of RGB (Red+Green+Blue) = 96+33+88=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602158 is #9FDEA7. Grayscale: #393939. Windows color (decimal): -10477224 or 5775712. OLE color: 5775712.

HSL color Cylindrical-coordinate representation of color #602158: hue angle of 307.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602158 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB963388-
CMYK00.660.080.62
HSL307.62º48.84%25.29%-
HSV(B)307.62º65.62%37.65%-
XYZ7.134.289.68-
YUV58.11144.87155.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=44.24%
G=15.21%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96338800.660.080.62307.6248.8425.29
Hex60215804283E1343119
Octal14041130010210764646131
Binary1100000100001101100001000010100011111010011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602158; }

 p { color: rgb(96,33,88); }

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

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

 a { background-color: rgb(96,33,88); }

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

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

 span { border-color: rgb(96,33,88); }

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