#611555

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

Shades of Palatinate Purple #611555

Tints of Palatinate Purple #611555

Color information

#611555 (or 0x611555) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 55. RGB value is (97,21,85). Sum of RGB (Red+Green+Blue) = 97+21+85=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611555 is #9EEAAA. Grayscale: #323232. Windows color (decimal): -10414763 or 5576033. OLE color: 5576033.

HSL color Cylindrical-coordinate representation of color #611555: hue angle of 309.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611555 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB972185-
CMYK00.780.120.62
HSL309.47º64.41%23.14%-
HSV(B)309.47º78.35%38.04%-
XYZ6.843.738.95-
YUV51.02147.18160.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=47.78%
G=10.34%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97218500.780.120.62309.4764.4123.14
Hex61155504EC3E1354017
Octal141251250116147646510027
Binary1100001101011010101010011101100111110100110101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611555; }

 p { color: rgb(97,21,85); }

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

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

 a { background-color: rgb(97,21,85); }

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

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

 span { border-color: rgb(97,21,85); }

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