#61135b

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

Shades of Palatinate Purple #61135B

Tints of Palatinate Purple #61135B

Color information

#61135B (or 0x61135B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 5B. RGB value is (97,19,91). Sum of RGB (Red+Green+Blue) = 97+19+91=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135B is #9EECA4. Grayscale: #323232. Windows color (decimal): -10415269 or 5968737. OLE color: 5968737.

HSL color Cylindrical-coordinate representation of color #61135B: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61135B is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB971991-
CMYK00.800.060.62
HSL304.62º67.24%22.75%-
HSV(B)304.62º80.41%38.04%-
XYZ7.053.7610.25-
YUV50.53150.84161.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=46.86%
G=9.18%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97199100.800.060.62304.6267.2422.75
Hex61135B05063E1314317
Octal14123133012067646110327
Binary110000110011101101101010000110111110100110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61135b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61135b; }

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

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

<style>
 a { background-color: #61135b; }

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

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

<style>
 span { border-color: #61135b; }

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

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