#61115B

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

Shades of Palatinate Purple #61115B

Tints of Palatinate Purple #61115B

Color information

#61115B (or 0x61115B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 11 and 5B. RGB value is (97,17,91). Sum of RGB (Red+Green+Blue) = 97+17+91=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115B is #9EEEA4. Grayscale: #313131. Windows color (decimal): -10415781 or 5968225. OLE color: 5968225.

HSL color Cylindrical-coordinate representation of color #61115B: hue angle of 304.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61115B is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB971791-
CMYK00.820.060.62
HSL304.5º70.18%22.35%-
HSV(B)304.5º82.47%38.04%-
XYZ7.023.710.24-
YUV49.36151.5161.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=47.32%
G=8.29%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97179100.820.060.62304.570.1822.35
Hex61115B05263E1304616
Octal14121133012267646010626
Binary110000110001101101101010010110111110100110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61115B; }

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

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

<style>
 a { background-color: #61115B; }

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

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

<style>
 span { border-color: #61115B; }

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

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