#61135D

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

Shades of Palatinate Purple #61135D

Tints of Palatinate Purple #61135D

Color information

#61135D (or 0x61135D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 5D. RGB value is (97,19,93). Sum of RGB (Red+Green+Blue) = 97+19+93=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135D is #9EECA2. Grayscale: #323232. Windows color (decimal): -10415267 or 6099809. OLE color: 6099809.

HSL color Cylindrical-coordinate representation of color #61135D: hue angle of 303.08º 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 #61135D is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB971993-
CMYK00.800.040.62
HSL303.08º67.24%22.75%-
HSV(B)303.08º80.41%38.04%-
XYZ7.143.810.71-
YUV50.76151.84160.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=46.41%
G=9.09%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97199300.800.040.62303.0867.2422.75
Hex61135D05043E12f4317
Octal14123135012047645710327
Binary110000110011101110101010000100111110100101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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