#740A5E

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

Shades of Palatinate Purple #740A5E

Tints of Palatinate Purple #740A5E

Color information

#740A5E (or 0x740A5E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0A and 5E. RGB value is (116,10,94). Sum of RGB (Red+Green+Blue) = 116+10+94=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #740A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A5E is #8BF5A1. Grayscale: #333333. Windows color (decimal): -9172386 or 6163060. OLE color: 6163060.

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

Color convert

RGB1161094-
CMYK00.910.190.55
HSL312.45º84.13%24.71%-
HSV(B)312.45º91.38%45.49%-
XYZ9.334.7411.01-
YUV51.27152.12174.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=52.73%
G=4.55%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116109400.910.190.55312.4584.1324.71
Hex74A5E05B13371385419
Octal164121360133236747012431
Binary1110100101010111100101101110011110111100111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,10,94); }

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

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

 a { background-color: rgb(116,10,94); }

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

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

 span { border-color: rgb(116,10,94); }

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