#60086A

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

Shades of Palatinate Purple #60086A

Tints of Palatinate Purple #60086A

Color information

#60086A (or 0x60086A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 08 and 6A. RGB value is (96,8,106). Sum of RGB (Red+Green+Blue) = 96+8+106=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #60086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60086A is #9FF795. Grayscale: #2D2D2D. Windows color (decimal): -10483606 or 6948960. OLE color: 6948960.

HSL color Cylindrical-coordinate representation of color #60086A: hue angle of 293.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60086A is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB968106-
CMYK0.090.9200.58
HSL293.88º85.96%22.35%-
HSV(B)293.88º92.45%41.57%-
XYZ7.513.713.95-
YUV45.48162.15164.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=45.71%
G=3.81%
B=50.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9681060.090.9200.58293.8885.9622.35
Hex6086A95C03A1265616
Octal140101521113407244612626
Binary110000010001101010100110111000111010100100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,8,106); }

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

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

 a { background-color: rgb(96,8,106); }

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

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

 span { border-color: rgb(96,8,106); }

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