#611F54

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

Shades of Palatinate Purple #611F54

Tints of Palatinate Purple #611F54

Color information

#611F54 (or 0x611F54) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1F and 54. RGB value is (97,31,84). Sum of RGB (Red+Green+Blue) = 97+31+84=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F54 is #9EE0AB. Grayscale: #383838. Windows color (decimal): -10412204 or 5513057. OLE color: 5513057.

HSL color Cylindrical-coordinate representation of color #611F54: hue angle of 311.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F54 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB973184-
CMYK00.680.130.62
HSL311.82º51.56%25.1%-
HSV(B)311.82º68.04%38.04%-
XYZ7.024.168.82-
YUV56.78143.37156.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=45.75%
G=14.62%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97318400.680.130.62311.8251.5625.1
Hex611F54044D3E1383419
Octal14137124010415764706431
Binary110000111111101010001000100110111111010011100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611F54; }

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

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

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

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

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

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

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

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