#602651

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

Shades of Palatinate Purple #602651

Tints of Palatinate Purple #602651

Color information

#602651 (or 0x602651) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 51. RGB value is (96,38,81). Sum of RGB (Red+Green+Blue) = 96+38+81=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602651 is #9FD9AE. Grayscale: #3C3C3C. Windows color (decimal): -10475951 or 5318240. OLE color: 5318240.

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

Color convert

RGB963881-
CMYK00.600.160.62
HSL315.52º43.28%26.27%-
HSV(B)315.52º60.42%37.65%-
XYZ74.478.28-
YUV60.24139.72153.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=44.65%
G=17.67%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96388100.600.160.62315.5243.2826.27
Hex60265103C103E13c2b1a
Octal1404612107420764745332
Binary1100000100110101000101111001000011111010011110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602651; }

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

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

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

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

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

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

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

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