#611855

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

Shades of Palatinate Purple #611855

Tints of Palatinate Purple #611855

Color information

#611855 (or 0x611855) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 55. RGB value is (97,24,85). Sum of RGB (Red+Green+Blue) = 97+24+85=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #611855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611855 is #9EE7AA. Grayscale: #343434. Windows color (decimal): -10413995 or 5576801. OLE color: 5576801.

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

Color convert

RGB972485-
CMYK00.750.120.62
HSL309.86º60.33%23.73%-
HSV(B)309.86º75.26%38.04%-
XYZ6.93.858.97-
YUV52.78146.18159.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=47.09%
G=11.65%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248500.750.120.62309.8660.3323.73
Hex61185504BC3E1363c18
Octal14130125011314764667430
Binary110000111000101010101001011110011111010011011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611855; }

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

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

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

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

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

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

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

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