#610C56

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

Shades of Palatinate Purple #610C56

Tints of Palatinate Purple #610C56

Color information

#610C56 (or 0x610C56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0C and 56. RGB value is (97,12,86). Sum of RGB (Red+Green+Blue) = 97+12+86=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #610C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C56 is #9EF3A9. Grayscale: #2D2D2D. Windows color (decimal): -10417066 or 5639265. OLE color: 5639265.

HSL color Cylindrical-coordinate representation of color #610C56: hue angle of 307.76º 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 #610C56 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB971286-
CMYK00.880.110.62
HSL307.76º77.98%21.37%-
HSV(B)307.76º87.63%38.04%-
XYZ6.743.489.12-
YUV45.85150.66164.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=49.74%
G=6.15%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97128600.880.110.62307.7677.9821.37
Hex61C56058B3E1344e15
Octal141141260130137646411625
Binary110000111001010110010110001011111110100110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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