#60025F

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

Shades of Palatinate Purple #60025F

Tints of Palatinate Purple #60025F

Color information

#60025F (or 0x60025F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 02 and 5F. RGB value is (96,2,95). Sum of RGB (Red+Green+Blue) = 96+2+95=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60025F is #9FFDA0. Grayscale: #282828. Windows color (decimal): -10485153 or 6226528. OLE color: 6226528.

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

Color convert

RGB96295-
CMYK00.980.010.62
HSL300.64º95.92%19.22%-
HSV(B)300.64º97.92%37.65%-
XYZ6.913.3611.11-
YUV40.71158.64167.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=49.74%
G=1.04%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9629500.980.010.62300.6495.9219.22
Hex6025F06213E12d6013
Octal1402137014217645514023
Binary1100000101011111011000101111110100101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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