#611856

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

Shades of Palatinate Purple #611856

Tints of Palatinate Purple #611856

Color information

#611856 (or 0x611856) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 56. RGB value is (97,24,86). Sum of RGB (Red+Green+Blue) = 97+24+86=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #611856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611856 is #9EE7A9. Grayscale: #343434. Windows color (decimal): -10413994 or 5642337. OLE color: 5642337.

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

Color convert

RGB972486-
CMYK00.750.110.62
HSL309.04º60.33%23.73%-
HSV(B)309.04º75.26%38.04%-
XYZ6.943.879.18-
YUV52.9146.68159.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=46.86%
G=11.59%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248600.750.110.62309.0460.3323.73
Hex61185604BB3E1353c18
Octal14130126011313764657430
Binary110000111000101011001001011101111111010011010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611856; }

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

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

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

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

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

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

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

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