#610D6C

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

Shades of Palatinate Purple #610D6C

Tints of Palatinate Purple #610D6C

Color information

#610D6C (or 0x610D6C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 6C. RGB value is (97,13,108). Sum of RGB (Red+Green+Blue) = 97+13+108=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #610D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D6C is #9EF293. Grayscale: #303030. Windows color (decimal): -10416788 or 7081313. OLE color: 7081313.

HSL color Cylindrical-coordinate representation of color #610D6C: hue angle of 293.05º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610D6C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9713108-
CMYK0.100.8800.58
HSL293.05º78.51%23.73%-
HSV(B)293.05º87.96%42.35%-
XYZ7.783.9114.53-
YUV48.95161.33162.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=44.50%
G=5.96%
B=49.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97131080.100.8800.58293.0578.5123.73
Hex61D6CA5803A1254f18
Octal141151541213007244511730
Binary110000111011101100101010110000111010100100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,108); }

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

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

 a { background-color: rgb(97,13,108); }

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

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

 span { border-color: rgb(97,13,108); }

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