#611A58

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

Shades of Palatinate Purple #611A58

Tints of Palatinate Purple #611A58

Color information

#611A58 (or 0x611A58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 58. RGB value is (97,26,88). Sum of RGB (Red+Green+Blue) = 97+26+88=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A58 is #9EE5A7. Grayscale: #363636. Windows color (decimal): -10413480 or 5773921. OLE color: 5773921.

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

Color convert

RGB972688-
CMYK00.730.090.62
HSL307.61º57.72%24.12%-
HSV(B)307.61º73.2%38.04%-
XYZ7.063.989.63-
YUV54.3147.02158.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=45.97%
G=12.32%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97268800.730.090.62307.6157.7224.12
Hex611A5804993E1343a18
Octal14132130011111764647230
Binary110000111010101100001001001100111111010011010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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