#611761

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

Shades of Palatinate Purple #611761

Tints of Palatinate Purple #611761

Color information

#611761 (or 0x611761) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 61. RGB value is (97,23,97). Sum of RGB (Red+Green+Blue) = 97+23+97=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611761 is #9EE89E. Grayscale: #353535. Windows color (decimal): -10414239 or 6362977. OLE color: 6362977.

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

Color convert

RGB972397-
CMYK00.7600.62
HSL300º61.67%23.53%-
HSV(B)300º76.29%38.04%-
XYZ7.394.0211.69-
YUV53.56152.52158.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=44.70%
G=10.60%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97239700.7600.6230061.6723.53
Hex61176104C03E12c3e18
Octal1412714101140764547630
Binary110000110111110000101001100011111010010110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611761; }

 p { color: rgb(97,23,97); }

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

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

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

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

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

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

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