#740D59

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

Shades of Palatinate Purple #740D59

Tints of Palatinate Purple #740D59

Color information

#740D59 (or 0x740D59) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0D and 59. RGB value is (116,13,89). Sum of RGB (Red+Green+Blue) = 116+13+89=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D59 is #8BF2A6. Grayscale: #343434. Windows color (decimal): -9171623 or 5836148. OLE color: 5836148.

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

Color convert

RGB1161389-
CMYK00.890.230.55
HSL315.73º79.84%25.29%-
HSV(B)315.73º88.79%45.49%-
XYZ9.154.729.88-
YUV52.46148.62173.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=53.21%
G=5.96%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116138900.890.230.55315.7379.8425.29
Hex74D59059173713c5019
Octal164151310131276747412031
Binary1110100110110110010101100110111110111100111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D59; }

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

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

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

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

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

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

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

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