#7113AD

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

Shades of Purple Heart #7113AD

Tints of Purple Heart #7113AD

Color information

#7113AD (or 0x7113AD) is unknown color: approx Purple Heart. HEX triplet: 71, 13 and AD. RGB value is (113,19,173). Sum of RGB (Red+Green+Blue) = 113+19+173=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #7113AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7113AD is #8EEC52. Grayscale: #404040. Windows color (decimal): -9366611 or 11342705. OLE color: 11342705.

HSL color Cylindrical-coordinate representation of color #7113AD: hue angle of 276.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7113AD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11319173-
CMYK0.350.8900.32
HSL276.62º80.21%37.65%-
HSV(B)276.62º89.02%67.84%-
XYZ14.596.9940.12-
YUV64.66189.14162.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=37.05%
G=6.23%
B=56.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113191730.350.8900.32276.6280.2137.65
Hex7113AD23590201155026
Octal161232554313104042512046
Binary11100011001110101101100011101100101000001000101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7113AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7113AD; }

 p { color: rgb(113,19,173); }

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

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

 a { background-color: rgb(113,19,173); }

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

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

 span { border-color: rgb(113,19,173); }

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