Html Css Color HEX #701371 Purple

📋 copy color: '#701371'

red 112 ◦ green 19 ◦ blue 113

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

Shades of Purple #701371

Tints of Purple #701371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 45.9%
G = 7.79%
B = 46.31%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#701371 (or 0x701371) is known color: Purple. HEX triplet: 70, 13 and 71. RGB value is (112,19,113). Sum of RGB (Red+Green+Blue) = 112+19+113=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #701371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701371 is #8FEC8E. Grayscale: #393939. Windows color (decimal): -9432207 or 7410544. OLE color: 7410544.

HSL color Cylindrical-coordinate representation of color #701371: hue angle of 299.36º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701371 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 113 -
CMYK 0.01 0.83 0 0.56
HSL 299.36º 0.71% 0.26% -
HSV(B) 299.36º 0.83% 0.44% -
XYZ 9.9 5.1 16.09 -
YUV 57.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 112 19 113 0.01 0.83 0 0.56 299.36 0.71 0.26
Hex 70 13 71 1 53 0 38 12B 47 1A
Octal 160 23 161 1 123 0 70 453 107 32
Binary 1110000 10011 1110001 1 1010011 0 111000 100101011 1000111 11010

Color Harmonies of #701371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701371

Black with #701371

Text Example


Text Example

White with #701371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701371; }

 p { color: rgb(112,19,113); }

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

background-color css

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

 a { background-color: rgb(112,19,113); }

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

border-color css

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

 span { border-color: rgb(112,19,113); }

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