#610F56

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

Shades of Palatinate Purple #610F56

Tints of Palatinate Purple #610F56

Color information

#610F56 (or 0x610F56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0F and 56. RGB value is (97,15,86). Sum of RGB (Red+Green+Blue) = 97+15+86=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #610F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F56 is #9EF0A9. Grayscale: #2F2F2F. Windows color (decimal): -10416298 or 5640033. OLE color: 5640033.

HSL color Cylindrical-coordinate representation of color #610F56: hue angle of 308.05º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F56 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB971586-
CMYK00.850.110.62
HSL308.05º73.21%21.96%-
HSV(B)308.05º84.54%38.04%-
XYZ6.783.559.13-
YUV47.61149.67163.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=48.99%
G=7.58%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97158600.850.110.62308.0573.2121.96
Hex61F56055B3E1344916
Octal141171260125137646411126
Binary110000111111010110010101011011111110100110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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