#7015AF

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

Shades of Purple Heart #7015AF

Tints of Purple Heart #7015AF

Color information

#7015AF (or 0x7015AF) is unknown color: approx Purple Heart. HEX triplet: 70, 15 and AF. RGB value is (112,21,175). Sum of RGB (Red+Green+Blue) = 112+21+175=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #7015AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7015AF is #8FEA50. Grayscale: #414141. Windows color (decimal): -9431633 or 11474288. OLE color: 11474288.

HSL color Cylindrical-coordinate representation of color #7015AF: hue angle of 275.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7015AF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11221175-
CMYK0.360.8800.31
HSL275.45º78.57%38.43%-
HSV(B)275.45º88%68.63%-
XYZ14.697.0841.15-
YUV65.76189.65160.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=36.36%
G=6.82%
B=56.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112211750.360.8800.31275.4578.5738.43
Hex7015AF245801F1134f26
Octal160252574413003742311746
Binary1110000101011010111110010010110000111111000100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7015AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7015AF; }

 p { color: rgb(112,21,175); }

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

<style>
 a { background-color: #7015AF; }

 a { background-color: rgb(112,21,175); }

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

<style>
 span { border-color: #7015AF; }

 span { border-color: rgb(112,21,175); }

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