#610C60

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

Shades of Palatinate Purple #610C60

Tints of Palatinate Purple #610C60

Color information

#610C60 (or 0x610C60) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0C and 60. RGB value is (97,12,96). Sum of RGB (Red+Green+Blue) = 97+12+96=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #610C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C60 is #9EF39F. Grayscale: #2E2E2E. Windows color (decimal): -10417056 or 6294625. OLE color: 6294625.

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

Color convert

RGB971296-
CMYK00.880.010.62
HSL300.71º77.98%21.37%-
HSV(B)300.71º87.63%38.04%-
XYZ7.173.6511.39-
YUV46.99155.66163.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=47.32%
G=5.85%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97129600.880.010.62300.7177.9821.37
Hex61C6005813E12d4e15
Octal14114140013017645511625
Binary110000111001100000010110001111110100101101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610C60; }

 p { color: rgb(97,12,96); }

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

<style>
 a { background-color: #610C60; }

 a { background-color: rgb(97,12,96); }

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

<style>
 span { border-color: #610C60; }

 span { border-color: rgb(97,12,96); }

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