#740A5B

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

Shades of Palatinate Purple #740A5B

Tints of Palatinate Purple #740A5B

Color information

#740A5B (or 0x740A5B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0A and 5B. RGB value is (116,10,91). Sum of RGB (Red+Green+Blue) = 116+10+91=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A5B is #8BF5A4. Grayscale: #323232. Windows color (decimal): -9172389 or 5966452. OLE color: 5966452.

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

Color convert

RGB1161091-
CMYK00.910.220.55
HSL314.15º84.13%24.71%-
HSV(B)314.15º91.38%45.49%-
XYZ9.24.6910.32-
YUV50.93150.62174.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=53.46%
G=4.61%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116109100.910.220.55314.1584.1324.71
Hex74A5B05B163713a5419
Octal164121330133266747212431
Binary1110100101010110110101101110110110111100111010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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