#611865

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

Shades of Palatinate Purple #611865

Tints of Palatinate Purple #611865

Color information

#611865 (or 0x611865) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 65. RGB value is (97,24,101). Sum of RGB (Red+Green+Blue) = 97+24+101=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #611865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611865 is #9EE79A. Grayscale: #363636. Windows color (decimal): -10413979 or 6625377. OLE color: 6625377.

HSL color Cylindrical-coordinate representation of color #611865: hue angle of 296.88º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611865 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9724101-
CMYK0.040.7600.60
HSL296.88º61.6%24.51%-
HSV(B)296.88º76.24%39.61%-
XYZ7.614.1312.71-
YUV54.6154.18158.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=43.69%
G=10.81%
B=45.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97241010.040.7600.60296.8861.624.51
Hex61186544C03C1293e19
Octal1413014541140744517631
Binary11000011100011001011001001100011110010010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611865; }

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

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

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

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

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

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

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

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