#60095F

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

Shades of Palatinate Purple #60095F

Tints of Palatinate Purple #60095F

Color information

#60095F (or 0x60095F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 5F. RGB value is (96,9,95). Sum of RGB (Red+Green+Blue) = 96+9+95=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #60095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60095F is #9FF6A0. Grayscale: #2C2C2C. Windows color (decimal): -10483361 or 6228320. OLE color: 6228320.

HSL color Cylindrical-coordinate representation of color #60095F: hue angle of 300.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60095F is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB96995-
CMYK00.910.010.62
HSL300.69º82.86%20.59%-
HSV(B)300.69º90.62%37.65%-
XYZ6.993.5111.14-
YUV44.82156.32164.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=48%
G=4.5%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9699500.910.010.62300.6982.8620.59
Hex6095F05B13E12d5315
Octal14011137013317645512325
Binary110000010011011111010110111111110100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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