#610B6B

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

Shades of Palatinate Purple #610B6B

Tints of Palatinate Purple #610B6B

Color information

#610B6B (or 0x610B6B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0B and 6B. RGB value is (97,11,107). Sum of RGB (Red+Green+Blue) = 97+11+107=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #610B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B6B is #9EF494. Grayscale: #2F2F2F. Windows color (decimal): -10417301 or 7015265. OLE color: 7015265.

HSL color Cylindrical-coordinate representation of color #610B6B: hue angle of 293.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610B6B is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9711107-
CMYK0.090.9000.58
HSL293.75º81.36%23.14%-
HSV(B)293.75º89.72%41.96%-
XYZ7.73.8414.25-
YUV47.66161.49163.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=45.12%
G=5.12%
B=49.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97111070.090.9000.58293.7581.3623.14
Hex61B6B95A03A1265117
Octal141131531113207244612127
Binary110000110111101011100110110100111010100100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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