Html Css Color HEX #701BAB Purple Heart

📋 copy color: '#701BAB'

red 112 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #701BAB

Tints of Purple Heart #701BAB

RGB

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

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

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

R = 36.13%
G = 8.71%
B = 55.16%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701BAB (or 0x701BAB) is known color: Purple Heart. HEX triplet: 70, 1B and AB. RGB value is (112,27,171). Sum of RGB (Red+Green+Blue) = 112+27+171=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #701BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701BAB is #8FE454. Grayscale: #444444. Windows color (decimal): -9430101 or 11213680. OLE color: 11213680.

HSL color Cylindrical-coordinate representation of color #701BAB: hue angle of 275.42º 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 #701BAB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 27 171 -
CMYK 0.35 0.84 0 0.33
HSL 275.42º 0.73% 0.39% -
HSV(B) 275.42º 0.84% 0.67% -
XYZ 14.42 7.17 39.15 -
YUV 68.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 112 27 171 0.35 0.84 0 0.33 275.42 0.73 0.39
Hex 70 1B AB 23 54 0 21 113 49 27
Octal 160 33 253 43 124 0 41 423 111 47
Binary 1110000 11011 10101011 100011 1010100 0 100001 100010011 1001001 100111

Color Harmonies of #701BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BAB

Black with #701BAB

Text Example


Text Example

White with #701BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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