Html Css Color HEX #701381 Purple

📋 copy color: '#701381'

red 112 ◦ green 19 ◦ blue 129

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

Shades of Purple #701381

Tints of Purple #701381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 43.08%
G = 7.31%
B = 49.62%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701381 (or 0x701381) is known color: Purple. HEX triplet: 70, 13 and 81. RGB value is (112,19,129). Sum of RGB (Red+Green+Blue) = 112+19+129=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #701381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701381 is #8FEC7E. Grayscale: #3B3B3B. Windows color (decimal): -9432191 or 8459120. OLE color: 8459120.

HSL color Cylindrical-coordinate representation of color #701381: hue angle of 290.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701381 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 19 129 -
CMYK 0.13 0.85 0 0.49
HSL 290.73º 0.74% 0.29% -
HSV(B) 290.73º 0.85% 0.51% -
XYZ 10.88 5.5 21.26 -
YUV 59.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 112 19 129 0.13 0.85 0 0.49 290.73 0.74 0.29
Hex 70 13 81 D 55 0 31 123 4A 1D
Octal 160 23 201 15 125 0 61 443 112 35
Binary 1110000 10011 10000001 1101 1010101 0 110001 100100011 1001010 11101

Color Harmonies of #701381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701381

Black with #701381

Text Example


Text Example

White with #701381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701381; }

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

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

background-color css

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

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

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

border-color css

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

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

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