#610F60

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

Shades of Palatinate Purple #610F60

Tints of Palatinate Purple #610F60

Color information

#610F60 (or 0x610F60) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0F and 60. RGB value is (97,15,96). Sum of RGB (Red+Green+Blue) = 97+15+96=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #610F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F60 is #9EF09F. Grayscale: #303030. Windows color (decimal): -10416288 or 6295393. OLE color: 6295393.

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

Color convert

RGB971596-
CMYK00.850.010.62
HSL300.73º73.21%21.96%-
HSV(B)300.73º84.54%38.04%-
XYZ7.213.7311.41-
YUV48.75154.67162.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=46.63%
G=7.21%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97159600.850.010.62300.7373.2121.96
Hex61F6005513E12d4916
Octal14117140012517645511126
Binary110000111111100000010101011111110100101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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