#7011a7

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

Shades of Purple Heart #7011A7

Tints of Purple Heart #7011A7

Color information

#7011A7 (or 0x7011A7) is unknown color: approx Purple Heart. HEX triplet: 70, 11 and A7. RGB value is (112,17,167). Sum of RGB (Red+Green+Blue) = 112+17+167=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #7011A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7011A7 is #8FEE58. Grayscale: #3E3E3E. Windows color (decimal): -9432665 or 10948976. OLE color: 10948976.

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

Color convert

RGB11217167-
CMYK0.330.9000.35
HSL278º81.52%36.08%-
HSV(B)278º89.82%65.49%-
XYZ13.866.6437.11-
YUV62.5186.97163.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 167 (65.62% from 255) = 56.42%
R=37.84%
G=5.74%
B=56.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112171670.330.9000.3527881.5236.08
Hex7011A7215A0231165224
Octal160212474113204342612244
Binary11100001000110100111100001101101001000111000101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7011a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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