#610B5F

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

Shades of Palatinate Purple #610B5F

Tints of Palatinate Purple #610B5F

Color information

#610B5F (or 0x610B5F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0B and 5F. RGB value is (97,11,95). Sum of RGB (Red+Green+Blue) = 97+11+95=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B5F is #9EF4A0. Grayscale: #2E2E2E. Windows color (decimal): -10417313 or 6228833. OLE color: 6228833.

HSL color Cylindrical-coordinate representation of color #610B5F: hue angle of 301.4º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B5F is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB971195-
CMYK00.890.020.62
HSL301.4º79.63%21.18%-
HSV(B)301.4º88.66%38.04%-
XYZ7.113.6111.15-
YUV46.29155.49164.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=47.78%
G=5.42%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97119500.890.020.62301.479.6321.18
Hex61B5F05923E12d5015
Octal14113137013127645512025
Binary1100001101110111110101100110111110100101101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,11,95); }

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

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

 a { background-color: rgb(97,11,95); }

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

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

 span { border-color: rgb(97,11,95); }

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