#611C5D

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

Shades of Palatinate Purple #611C5D

Tints of Palatinate Purple #611C5D

Color information

#611C5D (or 0x611C5D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1C and 5D. RGB value is (97,28,93). Sum of RGB (Red+Green+Blue) = 97+28+93=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C5D is #9EE3A2. Grayscale: #373737. Windows color (decimal): -10412963 or 6102113. OLE color: 6102113.

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

Color convert

RGB972893-
CMYK00.710.040.62
HSL303.48º55.2%24.51%-
HSV(B)303.48º71.13%38.04%-
XYZ7.324.1610.77-
YUV56.04148.86157.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=44.50%
G=12.84%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97289300.710.040.62303.4855.224.51
Hex611C5D04743E12f3719
Octal1413413501074764576731
Binary11000011110010111010100011110011111010010111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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