#701DAD

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

Shades of Purple Heart #701DAD

Tints of Purple Heart #701DAD

Color information

#701DAD (or 0x701DAD) is unknown color: approx Purple Heart. HEX triplet: 70, 1D and AD. RGB value is (112,29,173). Sum of RGB (Red+Green+Blue) = 112+29+173=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #701DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DAD is #8FE252. Grayscale: #454545. Windows color (decimal): -9429587 or 11345264. OLE color: 11345264.

HSL color Cylindrical-coordinate representation of color #701DAD: hue angle of 274.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701DAD is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11229173-
CMYK0.350.8300.32
HSL274.58º71.29%39.61%-
HSV(B)274.58º83.24%67.84%-
XYZ14.667.3440.18-
YUV70.23186157.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 29 (11.72% from 255) = 9.24%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=35.67%
G=9.24%
B=55.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112291730.350.8300.32274.5871.2939.61
Hex701DAD23530201134728
Octal160352554312304042310750
Binary11100001110110101101100011101001101000001000100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,29,173); }

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

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

 a { background-color: rgb(112,29,173); }

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

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

 span { border-color: rgb(112,29,173); }

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