#610D69

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

Shades of Palatinate Purple #610D69

Tints of Palatinate Purple #610D69

Color information

#610D69 (or 0x610D69) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 69. RGB value is (97,13,105). Sum of RGB (Red+Green+Blue) = 97+13+105=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #610D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D69 is #9EF296. Grayscale: #303030. Windows color (decimal): -10416791 or 6884705. OLE color: 6884705.

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

Color convert

RGB9713105-
CMYK0.080.8800.59
HSL294.78º77.97%23.14%-
HSV(B)294.78º87.62%41.18%-
XYZ7.623.8513.71-
YUV48.6159.83162.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=45.12%
G=6.05%
B=48.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97131050.080.8800.59294.7877.9723.14
Hex61D6985803B1274e17
Octal141151511013007344711627
Binary110000111011101001100010110000111011100100111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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