#611857

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

Shades of Palatinate Purple #611857

Tints of Palatinate Purple #611857

Color information

#611857 (or 0x611857) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 57. RGB value is (97,24,87). Sum of RGB (Red+Green+Blue) = 97+24+87=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611857 is #9EE7A8. Grayscale: #343434. Windows color (decimal): -10413993 or 5707873. OLE color: 5707873.

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

Color convert

RGB972487-
CMYK00.750.100.62
HSL308.22º60.33%23.73%-
HSV(B)308.22º75.26%38.04%-
XYZ6.983.889.4-
YUV53.01147.18159.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=46.63%
G=11.54%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97248700.750.100.62308.2260.3323.73
Hex61185704BA3E1343c18
Octal14130127011312764647430
Binary110000111000101011101001011101011111010011010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611857; }

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

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

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

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

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

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

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

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