#611B5C

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

Shades of Palatinate Purple #611B5C

Tints of Palatinate Purple #611B5C

Color information

#611B5C (or 0x611B5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1B and 5C. RGB value is (97,27,92). Sum of RGB (Red+Green+Blue) = 97+27+92=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #611B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B5C is #9EE4A3. Grayscale: #373737. Windows color (decimal): -10413220 or 6036321. OLE color: 6036321.

HSL color Cylindrical-coordinate representation of color #611B5C: hue angle of 304.29º 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 #611B5C is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB972792-
CMYK00.720.050.62
HSL304.29º56.45%24.31%-
HSV(B)304.29º72.16%38.04%-
XYZ7.254.110.53-
YUV55.34148.69157.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=44.91%
G=12.5%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97279200.720.050.62304.2956.4524.31
Hex611B5C04853E1303818
Octal1413313401105764607030
Binary11000011101110111000100100010111111010011000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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