#602352

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

Shades of Palatinate Purple #602352

Tints of Palatinate Purple #602352

Color information

#602352 (or 0x602352) is unknown color: approx Palatinate Purple. HEX triplet: 60, 23 and 52. RGB value is (96,35,82). Sum of RGB (Red+Green+Blue) = 96+35+82=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602352 is #9FDCAD. Grayscale: #3A3A3A. Windows color (decimal): -10476718 or 5383008. OLE color: 5383008.

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

Color convert

RGB963582-
CMYK00.640.150.62
HSL313.77º46.56%25.69%-
HSV(B)313.77º63.54%37.65%-
XYZ6.954.38.45-
YUV58.6141.21154.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=45.07%
G=16.43%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96358200.640.150.62313.7746.5625.69
Hex602352040F3E13a2f1a
Octal14043122010017764725732
Binary1100000100011101001001000000111111111010011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602352; }

 p { color: rgb(96,35,82); }

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

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

 a { background-color: rgb(96,35,82); }

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

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

 span { border-color: rgb(96,35,82); }

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