Html Css Color HEX #701BAE Purple Heart

📋 copy color: '#701BAE'

red 112 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #701BAE

Tints of Purple Heart #701BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 35.78%
G = 8.63%
B = 55.59%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#701BAE (or 0x701BAE) is known color: Purple Heart. HEX triplet: 70, 1B and AE. RGB value is (112,27,174). Sum of RGB (Red+Green+Blue) = 112+27+174=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #701BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701BAE is #8FE451. Grayscale: #444444. Windows color (decimal): -9430098 or 11410288. OLE color: 11410288.

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

Color convert

RGB 112 27 174 -
CMYK 0.36 0.84 0 0.32
HSL 274.69º 0.73% 0.39% -
HSV(B) 274.69º 0.84% 0.68% -
XYZ 14.71 7.28 40.67 -
YUV 69.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 112 27 174 0.36 0.84 0 0.32 274.69 0.73 0.39
Hex 70 1B AE 24 54 0 20 113 49 27
Octal 160 33 256 44 124 0 40 423 111 47
Binary 1110000 11011 10101110 100100 1010100 0 100000 100010011 1001001 100111

Color Harmonies of #701BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BAE

Black with #701BAE

Text Example


Text Example

White with #701BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,174); }

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

background-color css

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

 a { background-color: rgb(112,27,174); }

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

border-color css

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

 span { border-color: rgb(112,27,174); }

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