#611050

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

Shades of Palatinate Purple #611050

Tints of Palatinate Purple #611050

Color information

#611050 (or 0x611050) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 50. RGB value is (97,16,80). Sum of RGB (Red+Green+Blue) = 97+16+80=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #611050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611050 is #9EEFAF. Grayscale: #2F2F2F. Windows color (decimal): -10416048 or 5247073. OLE color: 5247073.

HSL color Cylindrical-coordinate representation of color #611050: hue angle of 312.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611050 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB971680-
CMYK00.840.180.62
HSL312.59º71.68%22.16%-
HSV(B)312.59º83.51%38.04%-
XYZ6.563.497.92-
YUV47.52146.34163.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=50.26%
G=8.29%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97168000.840.180.62312.5971.6822.16
Hex611050054123E1394816
Octal141201200124227647111026
Binary11000011000010100000101010010010111110100111001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611050; }

 p { color: rgb(97,16,80); }

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

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

 a { background-color: rgb(97,16,80); }

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

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

 span { border-color: rgb(97,16,80); }

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