Html Css Color HEX #701AAD Purple Heart

📋 copy color: '#701AAD'

red 112 ◦ green 26 ◦ blue 173

#701AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #701AAD

Tints of Purple Heart #701AAD

RGB

 RED value IS 112 (44.14% from 255) = 36.01%

 GREEN value IS 26 (10.55% from 255) = 8.36%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 36.01%
G = 8.36%
B = 55.63%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#701AAD (or 0x701AAD) is known color: Purple Heart. HEX triplet: 70, 1A and AD. RGB value is (112,26,173). Sum of RGB (Red+Green+Blue) = 112+26+173=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #701AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AAD is #8FE552. Grayscale: #434343. Windows color (decimal): -9430355 or 11344496. OLE color: 11344496.

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

Color convert

RGB 112 26 173 -
CMYK 0.35 0.85 0 0.32
HSL 275.1º 0.74% 0.39% -
HSV(B) 275.1º 0.85% 0.68% -
XYZ 14.59 7.2 40.16 -
YUV 68.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 112 26 173 0.35 0.85 0 0.32 275.1 0.74 0.39
Hex 70 1A AD 23 55 0 20 113 4A 27
Octal 160 32 255 43 125 0 40 423 112 47
Binary 1110000 11010 10101101 100011 1010101 0 100000 100010011 1001010 100111

Color Harmonies of #701AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AAD

Black with #701AAD

Text Example


Text Example

White with #701AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #701AAD;
 }
 .AnyTagClassName
 {
   color: #701AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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