#602F5E

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

Shades of Palatinate Purple #602F5E

Tints of Palatinate Purple #602F5E

Color information

#602F5E (or 0x602F5E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2F and 5E. RGB value is (96,47,94). Sum of RGB (Red+Green+Blue) = 96+47+94=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5E is #9FD0A1. Grayscale: #424242. Windows color (decimal): -10473634 or 6172512. OLE color: 6172512.

HSL color Cylindrical-coordinate representation of color #602F5E: hue angle of 302.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F5E is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB964794-
CMYK00.510.020.62
HSL302.45º34.27%28.04%-
HSV(B)302.45º51.04%37.65%-
XYZ7.865.3311.2-
YUV67.01143.23148.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=40.51%
G=19.83%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96479400.510.020.62302.4534.2728.04
Hex602F5E03323E12e221c
Octal140571360632764564234
Binary1100000101111101111001100111011111010010111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F5E; }

 p { color: rgb(96,47,94); }

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

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

 a { background-color: rgb(96,47,94); }

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

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

 span { border-color: rgb(96,47,94); }

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