#611863

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

Shades of Palatinate Purple #611863

Tints of Palatinate Purple #611863

Color information

#611863 (or 0x611863) is unknown color: approx Palatinate Purple. HEX triplet: 61, 18 and 63. RGB value is (97,24,99). Sum of RGB (Red+Green+Blue) = 97+24+99=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #611863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611863 is #9EE79C. Grayscale: #363636. Windows color (decimal): -10413981 or 6494305. OLE color: 6494305.

HSL color Cylindrical-coordinate representation of color #611863: hue angle of 298.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611863 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB972499-
CMYK0.020.7600.61
HSL298.4º60.98%24.12%-
HSV(B)298.4º75.76%38.82%-
XYZ7.514.112.2-
YUV54.38153.18158.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 99 (39.06% from 255) = 45%
R=44.09%
G=10.91%
B=45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9724990.020.7600.61298.460.9824.12
Hex61186324C03D12a3d18
Octal1413014321140754527530
Binary1100001110001100011101001100011110110010101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611863; }

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

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

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

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

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

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

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

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