#7011AF

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

Shades of Purple Heart #7011AF

Tints of Purple Heart #7011AF

Color information

#7011AF (or 0x7011AF) is unknown color: approx Purple Heart. HEX triplet: 70, 11 and AF. RGB value is (112,17,175). Sum of RGB (Red+Green+Blue) = 112+17+175=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #7011AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7011AF is #8FEE50. Grayscale: #3E3E3E. Windows color (decimal): -9432657 or 11473264. OLE color: 11473264.

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

Color convert

RGB11217175-
CMYK0.360.9000.31
HSL276.08º82.29%37.65%-
HSV(B)276.08º90.29%68.63%-
XYZ14.626.9441.13-
YUV63.42190.97162.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 17 (7.03% from 255) = 5.59%
BLUE value IS 175 (68.75% from 255) = 57.57%
R=36.84%
G=5.59%
B=57.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112171750.360.9000.31276.0882.2937.65
Hex7011AF245A01F1145226
Octal160212574413203742412246
Binary1110000100011010111110010010110100111111000101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7011AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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