#610E66

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

Shades of Palatinate Purple #610E66

Tints of Palatinate Purple #610E66

Color information

#610E66 (or 0x610E66) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0E and 66. RGB value is (97,14,102). Sum of RGB (Red+Green+Blue) = 97+14+102=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #610E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E66 is #9EF199. Grayscale: #303030. Windows color (decimal): -10416538 or 6688353. OLE color: 6688353.

HSL color Cylindrical-coordinate representation of color #610E66: hue angle of 296.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E66 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9714102-
CMYK0.050.8600.6
HSL296.59º75.86%22.75%-
HSV(B)296.59º86.27%40%-
XYZ7.493.8112.91-
YUV48.85158162.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=45.54%
G=6.57%
B=47.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97141020.050.8600.6296.5975.8622.75
Hex61E6655603C1294c17
Octal14116146512607445111427
Binary11000011110110011010110101100111100100101001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,14,102); }

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

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

 a { background-color: rgb(97,14,102); }

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

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

 span { border-color: rgb(97,14,102); }

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