Html Css Color HEX #701AAF Purple Heart

📋 copy color: '#701AAF'

red 112 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #701AAF

Tints of Purple Heart #701AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 35.78%
G = 8.31%
B = 55.91%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#701AAF (or 0x701AAF) is known color: Purple Heart. HEX triplet: 70, 1A and AF. RGB value is (112,26,175). Sum of RGB (Red+Green+Blue) = 112+26+175=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #701AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AAF is #8FE550. Grayscale: #444444. Windows color (decimal): -9430353 or 11475568. OLE color: 11475568.

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

Color convert

RGB 112 26 175 -
CMYK 0.36 0.85 0 0.31
HSL 274.63º 0.74% 0.39% -
HSV(B) 274.63º 0.85% 0.69% -
XYZ 14.79 7.28 41.18 -
YUV 68.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 112 26 175 0.36 0.85 0 0.31 274.63 0.74 0.39
Hex 70 1A AF 24 55 0 1F 113 4A 27
Octal 160 32 257 44 125 0 37 423 112 47
Binary 1110000 11010 10101111 100100 1010101 0 11111 100010011 1001010 100111

Color Harmonies of #701AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AAF

Black with #701AAF

Text Example


Text Example

White with #701AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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