#611B5A

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

Shades of Palatinate Purple #611B5A

Tints of Palatinate Purple #611B5A

Color information

#611B5A (or 0x611B5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1B and 5A. RGB value is (97,27,90). Sum of RGB (Red+Green+Blue) = 97+27+90=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #611B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B5A is #9EE4A5. Grayscale: #363636. Windows color (decimal): -10413222 or 5905249. OLE color: 5905249.

HSL color Cylindrical-coordinate representation of color #611B5A: hue angle of 306º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B5A is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB972790-
CMYK00.720.070.62
HSL306º56.45%24.31%-
HSV(B)306º72.16%38.04%-
XYZ7.174.0610.08-
YUV55.11147.69157.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=45.33%
G=12.62%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97279000.720.070.6230656.4524.31
Hex611B5A04873E1323818
Octal1413313201107764627030
Binary11000011101110110100100100011111111010011001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,27,90); }

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

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

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

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

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

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

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