Html Css Color HEX #701AAB Purple Heart

📋 copy color: '#701AAB'

red 112 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #701AAB

Tints of Purple Heart #701AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 36.25%
G = 8.41%
B = 55.34%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701AAB (or 0x701AAB) is known color: Purple Heart. HEX triplet: 70, 1A and AB. RGB value is (112,26,171). Sum of RGB (Red+Green+Blue) = 112+26+171=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #701AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AAB is #8FE554. Grayscale: #434343. Windows color (decimal): -9430357 or 11213424. OLE color: 11213424.

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

Color convert

RGB 112 26 171 -
CMYK 0.35 0.85 0 0.33
HSL 275.59º 0.74% 0.39% -
HSV(B) 275.59º 0.85% 0.67% -
XYZ 14.4 7.12 39.14 -
YUV 68.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 112 26 171 0.35 0.85 0 0.33 275.59 0.74 0.39
Hex 70 1A AB 23 55 0 21 114 4A 27
Octal 160 32 253 43 125 0 41 424 112 47
Binary 1110000 11010 10101011 100011 1010101 0 100001 100010100 1001010 100111

Color Harmonies of #701AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AAB

Black with #701AAB

Text Example


Text Example

White with #701AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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