#60025E

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

Shades of Palatinate Purple #60025E

Tints of Palatinate Purple #60025E

Color information

#60025E (or 0x60025E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 02 and 5E. RGB value is (96,2,94). Sum of RGB (Red+Green+Blue) = 96+2+94=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60025E is #9FFDA1. Grayscale: #282828. Windows color (decimal): -10485154 or 6160992. OLE color: 6160992.

HSL color Cylindrical-coordinate representation of color #60025E: hue angle of 301.28º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60025E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB96294-
CMYK00.980.020.62
HSL301.28º95.92%19.22%-
HSV(B)301.28º97.92%37.65%-
XYZ6.873.3410.87-
YUV40.59158.14167.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=50%
G=1.04%
B=48.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9629400.980.020.62301.2895.9219.22
Hex6025E06223E12d6013
Octal1402136014227645514023
Binary11000001010111100110001010111110100101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60025E; }

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

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

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

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

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

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

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

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