#602654

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

Shades of Palatinate Purple #602654

Tints of Palatinate Purple #602654

Color information

#602654 (or 0x602654) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 54. RGB value is (96,38,84). Sum of RGB (Red+Green+Blue) = 96+38+84=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602654 is #9FD9AB. Grayscale: #3C3C3C. Windows color (decimal): -10475948 or 5514848. OLE color: 5514848.

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

Color convert

RGB963884-
CMYK00.600.120.62
HSL312.41º43.28%26.27%-
HSV(B)312.41º60.42%37.65%-
XYZ7.124.518.88-
YUV60.59141.22153.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=44.04%
G=17.43%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96388400.600.120.62312.4143.2826.27
Hex60265403CC3E1382b1a
Octal1404612407414764705332
Binary110000010011010101000111100110011111010011100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602654; }

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

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

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

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

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

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

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

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