#611059

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

Shades of Palatinate Purple #611059

Tints of Palatinate Purple #611059

Color information

#611059 (or 0x611059) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 59. RGB value is (97,16,89). Sum of RGB (Red+Green+Blue) = 97+16+89=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611059 is #9EEFA6. Grayscale: #303030. Windows color (decimal): -10416039 or 5836897. OLE color: 5836897.

HSL color Cylindrical-coordinate representation of color #611059: hue angle of 305.93º 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 #611059 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB971689-
CMYK00.840.080.62
HSL305.93º71.68%22.16%-
HSV(B)305.93º83.51%38.04%-
XYZ6.923.639.79-
YUV48.54150.84162.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=48.02%
G=7.92%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97168900.840.080.62305.9371.6822.16
Hex61105905483E1324816
Octal141201310124107646211026
Binary1100001100001011001010101001000111110100110010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611059; }

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

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

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

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

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

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

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

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