#611A5D

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

Shades of Palatinate Purple #611A5D

Tints of Palatinate Purple #611A5D

Color information

#611A5D (or 0x611A5D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 5D. RGB value is (97,26,93). Sum of RGB (Red+Green+Blue) = 97+26+93=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #611A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A5D is #9EE5A2. Grayscale: #363636. Windows color (decimal): -10413475 or 6101601. OLE color: 6101601.

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

Color convert

RGB972693-
CMYK00.730.040.62
HSL303.38º57.72%24.12%-
HSV(B)303.38º73.2%38.04%-
XYZ7.274.0710.76-
YUV54.87149.52158.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=44.91%
G=12.04%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97269300.730.040.62303.3857.7224.12
Hex611A5D04943E12f3a18
Octal1413213501114764577230
Binary11000011101010111010100100110011111010010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,93); }

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

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

 a { background-color: rgb(97,26,93); }

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

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

 span { border-color: rgb(97,26,93); }

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