Html Css Color HEX #701394 Purple

📋 copy color: '#701394'

red 112 ◦ green 19 ◦ blue 148

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

Shades of Purple #701394

Tints of Purple #701394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 40.14%
G = 6.81%
B = 53.05%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701394 (or 0x701394) is known color: Purple. HEX triplet: 70, 13 and 94. RGB value is (112,19,148). Sum of RGB (Red+Green+Blue) = 112+19+148=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #701394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701394 is #8FEC6B. Grayscale: #3D3D3D. Windows color (decimal): -9432172 or 9704304. OLE color: 9704304.

HSL color Cylindrical-coordinate representation of color #701394: hue angle of 283.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701394 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 19 148 -
CMYK 0.24 0.87 0 0.42
HSL 283.26º 0.77% 0.33% -
HSV(B) 283.26º 0.87% 0.58% -
XYZ 12.26 6.05 28.54 -
YUV 61.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 112 19 148 0.24 0.87 0 0.42 283.26 0.77 0.33
Hex 70 13 94 18 57 0 2A 11B 4D 21
Octal 160 23 224 30 127 0 52 433 115 41
Binary 1110000 10011 10010100 11000 1010111 0 101010 100011011 1001101 100001

Color Harmonies of #701394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701394

Black with #701394

Text Example


Text Example

White with #701394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701394; }

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

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

background-color css

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

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

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

border-color css

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

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

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