#60095A

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

Shades of Palatinate Purple #60095A

Tints of Palatinate Purple #60095A

Color information

#60095A (or 0x60095A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 5A. RGB value is (96,9,90). Sum of RGB (Red+Green+Blue) = 96+9+90=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60095A is #9FF6A5. Grayscale: #2C2C2C. Windows color (decimal): -10483366 or 5900640. OLE color: 5900640.

HSL color Cylindrical-coordinate representation of color #60095A: hue angle of 304.14º 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 #60095A is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB96990-
CMYK00.910.060.62
HSL304.14º82.86%20.59%-
HSV(B)304.14º90.62%37.65%-
XYZ6.773.429.98-
YUV44.25153.82164.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=49.23%
G=4.62%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9699000.910.060.62304.1482.8620.59
Hex6095A05B63E1305315
Octal14011132013367646012325
Binary11000001001101101001011011110111110100110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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