#741759

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

Shades of Palatinate Purple #741759

Tints of Palatinate Purple #741759

Color information

#741759 (or 0x741759) is unknown color: approx Palatinate Purple. HEX triplet: 74, 17 and 59. RGB value is (116,23,89). Sum of RGB (Red+Green+Blue) = 116+23+89=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #741759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741759 is #8BE8A6. Grayscale: #3A3A3A. Windows color (decimal): -9169063 or 5838708. OLE color: 5838708.

HSL color Cylindrical-coordinate representation of color #741759: hue angle of 317.42º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741759 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1162389-
CMYK00.800.230.55
HSL317.42º66.91%27.25%-
HSV(B)317.42º80.17%45.49%-
XYZ9.315.059.93-
YUV58.33145.31169.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=50.88%
G=10.09%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116238900.800.230.55317.4266.9127.25
Hex741759050173713d431b
Octal164271310120276747510333
Binary11101001011110110010101000010111110111100111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741759; }

 p { color: rgb(116,23,89); }

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

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

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

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

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

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

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