#611861

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

Shades of Palatinate Purple #611861

Tints of Palatinate Purple #611861

Color information

#611861 (or 0x611861) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 61. RGB value is (97,24,97). Sum of RGB (Red+Green+Blue) = 97+24+97=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611861 is #9EE79E. Grayscale: #353535. Windows color (decimal): -10413983 or 6363233. OLE color: 6363233.

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

Color convert

RGB972497-
CMYK00.7500.62
HSL300º60.33%23.73%-
HSV(B)300º75.26%38.04%-
XYZ7.414.0611.7-
YUV54.15152.18158.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=44.50%
G=11.01%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97249700.7500.6230060.3323.73
Hex61186104B03E12c3c18
Octal1413014101130764547430
Binary110000111000110000101001011011111010010110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611861; }

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

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

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

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

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

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

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

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