Html Css Color HEX #701393 Purple

📋 copy color: '#701393'

red 112 ◦ green 19 ◦ blue 147

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

Shades of Purple #701393

Tints of Purple #701393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 40.29%
G = 6.83%
B = 52.88%

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

#701393 (or 0x701393) is known color: Purple. HEX triplet: 70, 13 and 93. RGB value is (112,19,147). Sum of RGB (Red+Green+Blue) = 112+19+147=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #701393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701393 is #8FEC6C. Grayscale: #3C3C3C. Windows color (decimal): -9432173 or 9638768. OLE color: 9638768.

HSL color Cylindrical-coordinate representation of color #701393: hue angle of 283.59º 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 #701393 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 19 147 -
CMYK 0.24 0.87 0 0.42
HSL 283.59º 0.77% 0.33% -
HSV(B) 283.59º 0.87% 0.58% -
XYZ 12.18 6.02 28.12 -
YUV 61.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 112 19 147 0.24 0.87 0 0.42 283.59 0.77 0.33
Hex 70 13 93 18 57 0 2A 11C 4D 21
Octal 160 23 223 30 127 0 52 434 115 41
Binary 1110000 10011 10010011 11000 1010111 0 101010 100011100 1001101 100001

Color Harmonies of #701393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701393

Black with #701393

Text Example


Text Example

White with #701393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701393; }

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

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

background-color css

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

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

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

border-color css

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

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

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