#611C5A

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

Shades of Palatinate Purple #611C5A

Tints of Palatinate Purple #611C5A

Color information

#611C5A (or 0x611C5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1C and 5A. RGB value is (97,28,90). Sum of RGB (Red+Green+Blue) = 97+28+90=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C5A is #9EE3A5. Grayscale: #373737. Windows color (decimal): -10412966 or 5905505. OLE color: 5905505.

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

Color convert

RGB972890-
CMYK00.710.070.62
HSL306.09º55.2%24.51%-
HSV(B)306.09º71.13%38.04%-
XYZ7.194.1110.09-
YUV55.7147.36157.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=45.12%
G=13.02%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97289000.710.070.62306.0955.224.51
Hex611C5A04773E1323719
Octal1413413201077764626731
Binary11000011110010110100100011111111111010011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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