#7006AB

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

Shades of Purple Heart #7006AB

Tints of Purple Heart #7006AB

Color information

#7006AB (or 0x7006AB) is unknown color: approx Purple Heart. HEX triplet: 70, 06 and AB. RGB value is (112,6,171). Sum of RGB (Red+Green+Blue) = 112+6+171=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #7006AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7006AB is #8FF954. Grayscale: #373737. Windows color (decimal): -9435477 or 11208304. OLE color: 11208304.

HSL color Cylindrical-coordinate representation of color #7006AB: hue angle of 278.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7006AB is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1126171-
CMYK0.350.9600.33
HSL278.55º93.22%34.71%-
HSV(B)278.55º96.49%67.06%-
XYZ14.16.5239.04-
YUV56.5192.62167.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 6 (2.73% from 255) = 2.08%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=38.75%
G=2.08%
B=59.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11261710.350.9600.33278.5593.2234.71
Hex706AB23600211175d23
Octal16062534314004142713543
Binary111000011010101011100011110000001000011000101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7006AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7006AB; }

 p { color: rgb(112,6,171); }

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

<style>
 a { background-color: #7006AB; }

 a { background-color: rgb(112,6,171); }

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

<style>
 span { border-color: #7006AB; }

 span { border-color: rgb(112,6,171); }

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