#602F5F

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

Shades of Palatinate Purple #602F5F

Tints of Palatinate Purple #602F5F

Color information

#602F5F (or 0x602F5F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2F and 5F. RGB value is (96,47,95). Sum of RGB (Red+Green+Blue) = 96+47+95=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5F is #9FD0A0. Grayscale: #424242. Windows color (decimal): -10473633 or 6238048. OLE color: 6238048.

HSL color Cylindrical-coordinate representation of color #602F5F: hue angle of 301.22º 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 #602F5F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB964795-
CMYK00.510.010.62
HSL301.22º34.27%28.04%-
HSV(B)301.22º51.04%37.65%-
XYZ7.915.3511.44-
YUV67.12143.73148.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=40.34%
G=19.75%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96479500.510.010.62301.2234.2728.04
Hex602F5F03313E12d221c
Octal140571370631764554234
Binary110000010111110111110110011111111010010110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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