#611A5C

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

Shades of Palatinate Purple #611A5C

Tints of Palatinate Purple #611A5C

Color information

#611A5C (or 0x611A5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 5C. RGB value is (97,26,92). Sum of RGB (Red+Green+Blue) = 97+26+92=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A5C is #9EE5A3. Grayscale: #363636. Windows color (decimal): -10413476 or 6036065. OLE color: 6036065.

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

Color convert

RGB972692-
CMYK00.730.050.62
HSL304.23º57.72%24.12%-
HSV(B)304.23º73.2%38.04%-
XYZ7.234.0510.53-
YUV54.75149.02158.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=45.12%
G=12.09%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97269200.730.050.62304.2357.7224.12
Hex611A5C04953E1303a18
Octal1413213401115764607230
Binary11000011101010111000100100110111111010011000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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