#61185D

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

Shades of Palatinate Purple #61185D

Tints of Palatinate Purple #61185D

Color information

#61185D (or 0x61185D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 5D. RGB value is (97,24,93). Sum of RGB (Red+Green+Blue) = 97+24+93=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61185D is #9EE7A2. Grayscale: #353535. Windows color (decimal): -10413987 or 6101089. OLE color: 6101089.

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

Color convert

RGB972493-
CMYK00.750.040.62
HSL303.29º60.33%23.73%-
HSV(B)303.29º75.26%38.04%-
XYZ7.233.9810.74-
YUV53.69150.18158.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=45.33%
G=11.21%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97249300.750.040.62303.2960.3323.73
Hex61185D04B43E12f3c18
Octal1413013501134764577430
Binary11000011100010111010100101110011111010010111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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