Html Css Color HEX #701FAA Purple Heart

📋 copy color: '#701FAA'

red 112 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #701FAA

Tints of Purple Heart #701FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 35.78%
G = 9.9%
B = 54.31%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701FAA (or 0x701FAA) is known color: Purple Heart. HEX triplet: 70, 1F and AA. RGB value is (112,31,170). Sum of RGB (Red+Green+Blue) = 112+31+170=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #701FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701FAA is #8FE055. Grayscale: #464646. Windows color (decimal): -9429078 or 11149168. OLE color: 11149168.

HSL color Cylindrical-coordinate representation of color #701FAA: hue angle of 274.96º degrees, saturation: 0.69, 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 #701FAA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 31 170 -
CMYK 0.34 0.82 0 0.33
HSL 274.96º 0.69% 0.39% -
HSV(B) 274.96º 0.82% 0.67% -
XYZ 14.43 7.33 38.68 -
YUV 71.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 112 31 170 0.34 0.82 0 0.33 274.96 0.69 0.39
Hex 70 1F AA 22 52 0 21 113 45 27
Octal 160 37 252 42 122 0 41 423 105 47
Binary 1110000 11111 10101010 100010 1010010 0 100001 100010011 1000101 100111

Color Harmonies of #701FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FAA

Black with #701FAA

Text Example


Text Example

White with #701FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,170); }

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

background-color css

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

 a { background-color: rgb(112,31,170); }

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

border-color css

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

 span { border-color: rgb(112,31,170); }

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