#602062

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

Shades of Palatinate Purple #602062

Tints of Palatinate Purple #602062

Color information

#602062 (or 0x602062) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 62. RGB value is (96,32,98). Sum of RGB (Red+Green+Blue) = 96+32+98=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #602062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602062 is #9FDF9D. Grayscale: #3A3A3A. Windows color (decimal): -10477470 or 6430816. OLE color: 6430816.

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

Color convert

RGB963298-
CMYK0.020.6700.62
HSL298.18º50.77%25.49%-
HSV(B)298.18º67.35%38.43%-
XYZ7.544.412.01-
YUV58.66150.2154.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=42.48%
G=14.16%
B=43.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632980.020.6700.62298.1850.7725.49
Hex60206224303E12a3319
Octal1404014221030764526331
Binary11000001000001100010101000011011111010010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602062; }

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

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

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

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

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

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

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

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