#701AB5

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

Shades of Purple Heart #701AB5

Tints of Purple Heart #701AB5

Color information

#701AB5 (or 0x701AB5) is unknown color: approx Purple Heart. HEX triplet: 70, 1A and B5. RGB value is (112,26,181). Sum of RGB (Red+Green+Blue) = 112+26+181=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #701AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AB5 is #8FE54A. Grayscale: #444444. Windows color (decimal): -9430347 or 11868784. OLE color: 11868784.

HSL color Cylindrical-coordinate representation of color #701AB5: hue angle of 273.29º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701AB5 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11226181-
CMYK0.380.8600.29
HSL273.29º74.88%40.59%-
HSV(B)273.29º85.64%70.98%-
XYZ15.397.5244.36-
YUV69.38190.99158.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 181 (71.09% from 255) = 56.74%
R=35.11%
G=8.15%
B=56.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112261810.380.8600.29273.2974.8840.59
Hex701AB5265601D1114b29
Octal160322654612603542111351
Binary1110000110101011010110011010101100111011000100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701AB5; }

 p { color: rgb(112,26,181); }

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

<style>
 a { background-color: #701AB5; }

 a { background-color: rgb(112,26,181); }

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

<style>
 span { border-color: #701AB5; }

 span { border-color: rgb(112,26,181); }

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