Html Css Color HEX #701BAA Purple Heart

📋 copy color: '#701BAA'

red 112 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #701BAA

Tints of Purple Heart #701BAA

RGB

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

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

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

R = 36.25%
G = 8.74%
B = 55.02%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701BAA (or 0x701BAA) is known color: Purple Heart. HEX triplet: 70, 1B and AA. RGB value is (112,27,170). Sum of RGB (Red+Green+Blue) = 112+27+170=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #701BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701BAA is #8FE455. Grayscale: #444444. Windows color (decimal): -9430102 or 11148144. OLE color: 11148144.

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

Color convert

RGB 112 27 170 -
CMYK 0.34 0.84 0 0.33
HSL 275.66º 0.73% 0.39% -
HSV(B) 275.66º 0.84% 0.67% -
XYZ 14.33 7.13 38.65 -
YUV 68.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 112 27 170 0.34 0.84 0 0.33 275.66 0.73 0.39
Hex 70 1B AA 22 54 0 21 114 49 27
Octal 160 33 252 42 124 0 41 424 111 47
Binary 1110000 11011 10101010 100010 1010100 0 100001 100010100 1001001 100111

Color Harmonies of #701BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BAA

Black with #701BAA

Text Example


Text Example

White with #701BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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