#701CAA

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

Shades of Purple Heart #701CAA

Tints of Purple Heart #701CAA

Color information

#701CAA (or 0x701CAA) is unknown color: approx Purple Heart. HEX triplet: 70, 1C and AA. RGB value is (112,28,170). Sum of RGB (Red+Green+Blue) = 112+28+170=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #701CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701CAA is #8FE355. Grayscale: #444444. Windows color (decimal): -9429846 or 11148400. OLE color: 11148400.

HSL color Cylindrical-coordinate representation of color #701CAA: hue angle of 275.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701CAA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11228170-
CMYK0.340.8400.33
HSL275.49º71.72%38.82%-
HSV(B)275.49º83.53%66.67%-
XYZ14.357.1838.66-
YUV69.3184.83158.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=36.13%
G=9.03%
B=54.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112281700.340.8400.33275.4971.7238.82
Hex701CAA22540211134827
Octal160342524212404142311047
Binary11100001110010101010100010101010001000011000100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,170); }

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

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

 a { background-color: rgb(112,28,170); }

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

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

 span { border-color: rgb(112,28,170); }

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