#611954

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

Shades of Palatinate Purple #611954

Tints of Palatinate Purple #611954

Color information

#611954 (or 0x611954) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 54. RGB value is (97,25,84). Sum of RGB (Red+Green+Blue) = 97+25+84=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #611954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611954 is #9EE6AB. Grayscale: #353535. Windows color (decimal): -10413740 or 5511521. OLE color: 5511521.

HSL color Cylindrical-coordinate representation of color #611954: hue angle of 310.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611954 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB972584-
CMYK00.740.130.62
HSL310.83º59.02%23.92%-
HSV(B)310.83º74.23%38.04%-
XYZ6.883.888.77-
YUV53.25145.35159.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=47.09%
G=12.14%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97258400.740.130.62310.8359.0223.92
Hex61195404AD3E1373b18
Octal14131124011215764677330
Binary110000111001101010001001010110111111010011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611954; }

 p { color: rgb(97,25,84); }

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

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

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

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

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

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

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