#7120AB

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

Shades of Purple Heart #7120AB

Tints of Purple Heart #7120AB

Color information

#7120AB (or 0x7120AB) is unknown color: approx Purple Heart. HEX triplet: 71, 20 and AB. RGB value is (113,32,171). Sum of RGB (Red+Green+Blue) = 113+32+171=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #7120AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7120AB is #8EDF54. Grayscale: #474747. Windows color (decimal): -9363285 or 11214961. OLE color: 11214961.

HSL color Cylindrical-coordinate representation of color #7120AB: hue angle of 274.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7120AB is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11332171-
CMYK0.340.8100.33
HSL274.96º68.47%39.8%-
HSV(B)274.96º81.29%67.06%-
XYZ14.687.4839.2-
YUV72.06183.84157.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=35.76%
G=10.13%
B=54.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113321710.340.8100.33274.9668.4739.8
Hex7120AB22510211134428
Octal161402534212104142310450
Binary111000110000010101011100010101000101000011000100111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7120AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,32,171); }

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

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

 a { background-color: rgb(113,32,171); }

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

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

 span { border-color: rgb(113,32,171); }

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