#61185F

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

Shades of Palatinate Purple #61185F

Tints of Palatinate Purple #61185F

Color information

#61185F (or 0x61185F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 5F. RGB value is (97,24,95). Sum of RGB (Red+Green+Blue) = 97+24+95=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61185F is #9EE7A0. Grayscale: #353535. Windows color (decimal): -10413985 or 6232161. OLE color: 6232161.

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

Color convert

RGB972495-
CMYK00.750.020.62
HSL301.64º60.33%23.73%-
HSV(B)301.64º75.26%38.04%-
XYZ7.324.0211.22-
YUV53.92151.18158.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=44.91%
G=11.11%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97249500.750.020.62301.6460.3323.73
Hex61185F04B23E12e3c18
Octal1413013701132764567430
Binary1100001110001011111010010111011111010010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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