#610C69

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

Shades of Palatinate Purple #610C69

Tints of Palatinate Purple #610C69

Color information

#610C69 (or 0x610C69) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0C and 69. RGB value is (97,12,105). Sum of RGB (Red+Green+Blue) = 97+12+105=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #610C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C69 is #9EF396. Grayscale: #2F2F2F. Windows color (decimal): -10417047 or 6884449. OLE color: 6884449.

HSL color Cylindrical-coordinate representation of color #610C69: hue angle of 294.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610C69 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9712105-
CMYK0.080.8900.59
HSL294.84º79.49%22.94%-
HSV(B)294.84º88.57%41.18%-
XYZ7.613.8213.7-
YUV48.02160.16162.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=45.33%
G=5.61%
B=49.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97121050.080.8900.59294.8479.4922.94
Hex61C6985903B1274f17
Octal141141511013107344711727
Binary110000111001101001100010110010111011100100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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