#61155D

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

Shades of Palatinate Purple #61155D

Tints of Palatinate Purple #61155D

Color information

#61155D (or 0x61155D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 5D. RGB value is (97,21,93). Sum of RGB (Red+Green+Blue) = 97+21+93=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155D is #9EEAA2. Grayscale: #333333. Windows color (decimal): -10414755 or 6100321. OLE color: 6100321.

HSL color Cylindrical-coordinate representation of color #61155D: hue angle of 303.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61155D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB972193-
CMYK00.780.040.62
HSL303.16º64.41%23.14%-
HSV(B)303.16º78.35%38.04%-
XYZ7.173.8710.72-
YUV51.93151.18160.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=45.97%
G=9.95%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97219300.780.040.62303.1664.4123.14
Hex61155D04E43E12f4017
Octal14125135011647645710027
Binary110000110101101110101001110100111110100101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61155D; }

 p { color: rgb(97,21,93); }

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

<style>
 a { background-color: #61155D; }

 a { background-color: rgb(97,21,93); }

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

<style>
 span { border-color: #61155D; }

 span { border-color: rgb(97,21,93); }

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