#602354

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

Shades of Palatinate Purple #602354

Tints of Palatinate Purple #602354

Color information

#602354 (or 0x602354) is unknown color: approx Palatinate Purple. HEX triplet: 60, 23 and 54. RGB value is (96,35,84). Sum of RGB (Red+Green+Blue) = 96+35+84=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602354 is #9FDCAB. Grayscale: #3A3A3A. Windows color (decimal): -10476716 or 5514080. OLE color: 5514080.

HSL color Cylindrical-coordinate representation of color #602354: hue angle of 311.8º 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 #602354 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB963584-
CMYK00.640.120.62
HSL311.8º46.56%25.69%-
HSV(B)311.8º63.54%37.65%-
XYZ7.034.338.85-
YUV58.82142.21154.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=44.65%
G=16.28%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96358400.640.120.62311.846.5625.69
Hex602354040C3E1382f1a
Octal14043124010014764705732
Binary1100000100011101010001000000110011111010011100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602354; }

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

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

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

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

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

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

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

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