#610F58

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

Shades of Palatinate Purple #610F58

Tints of Palatinate Purple #610F58

Color information

#610F58 (or 0x610F58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0F and 58. RGB value is (97,15,88). Sum of RGB (Red+Green+Blue) = 97+15+88=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #610F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F58 is #9EF0A7. Grayscale: #2F2F2F. Windows color (decimal): -10416296 or 5771105. OLE color: 5771105.

HSL color Cylindrical-coordinate representation of color #610F58: hue angle of 306.59º 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 #610F58 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB971588-
CMYK00.850.090.62
HSL306.59º73.21%21.96%-
HSV(B)306.59º84.54%38.04%-
XYZ6.863.599.56-
YUV47.84150.67163.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=48.5%
G=7.5%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97158800.850.090.62306.5973.2121.96
Hex61F5805593E1334916
Octal141171300125117646311126
Binary110000111111011000010101011001111110100110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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