#740D5A

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

Shades of Palatinate Purple #740D5A

Tints of Palatinate Purple #740D5A

Color information

#740D5A (or 0x740D5A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0D and 5A. RGB value is (116,13,90). Sum of RGB (Red+Green+Blue) = 116+13+90=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D5A is #8BF2A5. Grayscale: #343434. Windows color (decimal): -9171622 or 5901684. OLE color: 5901684.

HSL color Cylindrical-coordinate representation of color #740D5A: hue angle of 315.15º 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 #740D5A is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1161390-
CMYK00.890.220.55
HSL315.15º79.84%25.29%-
HSV(B)315.15º88.79%45.49%-
XYZ9.194.7410.1-
YUV52.58149.12173.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=52.97%
G=5.94%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116139000.890.220.55315.1579.8425.29
Hex74D5A059163713b5019
Octal164151320131266747312031
Binary1110100110110110100101100110110110111100111011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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