Html Css Color HEX #701EAB Purple Heart

📋 copy color: '#701EAB'

red 112 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #701EAB

Tints of Purple Heart #701EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

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

R = 35.78%
G = 9.58%
B = 54.63%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701EAB (or 0x701EAB) is known color: Purple Heart. HEX triplet: 70, 1E and AB. RGB value is (112,30,171). Sum of RGB (Red+Green+Blue) = 112+30+171=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #701EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701EAB is #8FE154. Grayscale: #464646. Windows color (decimal): -9429333 or 11214448. OLE color: 11214448.

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

Color convert

RGB 112 30 171 -
CMYK 0.35 0.82 0 0.33
HSL 274.89º 0.7% 0.39% -
HSV(B) 274.89º 0.82% 0.67% -
XYZ 14.5 7.31 39.18 -
YUV 70.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 112 30 171 0.35 0.82 0 0.33 274.89 0.7 0.39
Hex 70 1E AB 23 52 0 21 113 46 27
Octal 160 36 253 43 122 0 41 423 106 47
Binary 1110000 11110 10101011 100011 1010010 0 100001 100010011 1000110 100111

Color Harmonies of #701EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EAB

Black with #701EAB

Text Example


Text Example

White with #701EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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