#602150

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

Shades of Palatinate Purple #602150

Tints of Palatinate Purple #602150

Color information

#602150 (or 0x602150) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 50. RGB value is (96,33,80). Sum of RGB (Red+Green+Blue) = 96+33+80=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602150 is #9FDEAF. Grayscale: #393939. Windows color (decimal): -10477232 or 5251424. OLE color: 5251424.

HSL color Cylindrical-coordinate representation of color #602150: hue angle of 315.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602150 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB963380-
CMYK00.660.170.62
HSL315.24º48.84%25.29%-
HSV(B)315.24º65.62%37.65%-
XYZ6.824.158.03-
YUV57.2140.87155.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=45.93%
G=15.79%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96338000.660.170.62315.2448.8425.29
Hex602150042113E13b3119
Octal14041120010221764736131
Binary11000001000011010000010000101000111111010011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602150; }

 p { color: rgb(96,33,80); }

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

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

 a { background-color: rgb(96,33,80); }

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

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

 span { border-color: rgb(96,33,80); }

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