#611C5C

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

Shades of Palatinate Purple #611C5C

Tints of Palatinate Purple #611C5C

Color information

#611C5C (or 0x611C5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1C and 5C. RGB value is (97,28,92). Sum of RGB (Red+Green+Blue) = 97+28+92=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #611C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C5C is #9EE3A3. Grayscale: #373737. Windows color (decimal): -10412964 or 6036577. OLE color: 6036577.

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

Color convert

RGB972892-
CMYK00.710.050.62
HSL304.35º55.2%24.51%-
HSV(B)304.35º71.13%38.04%-
XYZ7.284.1410.54-
YUV55.93148.36157.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=44.70%
G=12.90%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97289200.710.050.62304.3555.224.51
Hex611C5C04753E1303719
Octal1413413401075764606731
Binary11000011110010111000100011110111111010011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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