#60096B

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

Shades of Palatinate Purple #60096B

Tints of Palatinate Purple #60096B

Color information

#60096B (or 0x60096B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 6B. RGB value is (96,9,107). Sum of RGB (Red+Green+Blue) = 96+9+107=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #60096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60096B is #9FF694. Grayscale: #2D2D2D. Windows color (decimal): -10483349 or 7014752. OLE color: 7014752.

HSL color Cylindrical-coordinate representation of color #60096B: hue angle of 293.27º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60096B is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB969107-
CMYK0.100.9200.58
HSL293.27º84.48%22.75%-
HSV(B)293.27º91.59%41.96%-
XYZ7.583.7414.23-
YUV46.18162.32163.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=45.28%
G=4.25%
B=50.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9691070.100.9200.58293.2784.4822.75
Hex6096BA5C03A1255417
Octal140111531213407244512427
Binary110000010011101011101010111000111010100100101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60096B; }

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

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

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

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

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

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

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

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