#610B5B

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

Shades of Palatinate Purple #610B5B

Tints of Palatinate Purple #610B5B

Color information

#610B5B (or 0x610B5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0B and 5B. RGB value is (97,11,91). Sum of RGB (Red+Green+Blue) = 97+11+91=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #610B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B5B is #9EF4A4. Grayscale: #2D2D2D. Windows color (decimal): -10417317 or 5966689. OLE color: 5966689.

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

Color convert

RGB971191-
CMYK00.890.060.62
HSL304.19º79.63%21.18%-
HSV(B)304.19º88.66%38.04%-
XYZ6.943.5410.21-
YUV45.83153.49164.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=48.74%
G=5.53%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97119100.890.060.62304.1979.6321.18
Hex61B5B05963E1305015
Octal14113133013167646012025
Binary11000011011101101101011001110111110100110000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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