#7115AE

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

Shades of Purple Heart #7115AE

Tints of Purple Heart #7115AE

Color information

#7115AE (or 0x7115AE) is unknown color: approx Purple Heart. HEX triplet: 71, 15 and AE. RGB value is (113,21,174). Sum of RGB (Red+Green+Blue) = 113+21+174=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #7115AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7115AE is #8EEA51. Grayscale: #414141. Windows color (decimal): -9366098 or 11408753. OLE color: 11408753.

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

Color convert

RGB11321174-
CMYK0.350.8800.32
HSL276.08º78.46%38.24%-
HSV(B)276.08º87.93%68.24%-
XYZ14.727.140.64-
YUV65.95188.98161.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=36.69%
G=6.82%
B=56.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113211740.350.8800.32276.0878.4638.24
Hex7115AE23580201144e26
Octal161252564313004042411646
Binary11100011010110101110100011101100001000001000101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7115AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7115AE; }

 p { color: rgb(113,21,174); }

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

<style>
 a { background-color: #7115AE; }

 a { background-color: rgb(113,21,174); }

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

<style>
 span { border-color: #7115AE; }

 span { border-color: rgb(113,21,174); }

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