#61185B

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

Shades of Palatinate Purple #61185B

Tints of Palatinate Purple #61185B

Color information

#61185B (or 0x61185B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 5B. RGB value is (97,24,91). Sum of RGB (Red+Green+Blue) = 97+24+91=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61185B is #9EE7A4. Grayscale: #353535. Windows color (decimal): -10413989 or 5970017. OLE color: 5970017.

HSL color Cylindrical-coordinate representation of color #61185B: hue angle of 304.93º 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 #61185B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB972491-
CMYK00.750.060.62
HSL304.93º60.33%23.73%-
HSV(B)304.93º75.26%38.04%-
XYZ7.143.9510.28-
YUV53.46149.18159.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=45.75%
G=11.32%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97249100.750.060.62304.9360.3323.73
Hex61185B04B63E1313c18
Octal1413013301136764617430
Binary11000011100010110110100101111011111010011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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