Html Css Color HEX #701395 Purple

📋 copy color: '#701395'

red 112 ◦ green 19 ◦ blue 149

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

Shades of Purple #701395

Tints of Purple #701395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 40%
G = 6.79%
B = 53.21%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701395 (or 0x701395) is known color: Purple. HEX triplet: 70, 13 and 95. RGB value is (112,19,149). Sum of RGB (Red+Green+Blue) = 112+19+149=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #701395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701395 is #8FEC6A. Grayscale: #3D3D3D. Windows color (decimal): -9432171 or 9769840. OLE color: 9769840.

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

Color convert

RGB 112 19 149 -
CMYK 0.25 0.87 0 0.42
HSL 282.92º 0.77% 0.33% -
HSV(B) 282.92º 0.87% 0.58% -
XYZ 12.34 6.08 28.96 -
YUV 61.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 112 19 149 0.25 0.87 0 0.42 282.92 0.77 0.33
Hex 70 13 95 19 57 0 2A 11B 4D 21
Octal 160 23 225 31 127 0 52 433 115 41
Binary 1110000 10011 10010101 11001 1010111 0 101010 100011011 1001101 100001

Color Harmonies of #701395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701395

Black with #701395

Text Example


Text Example

White with #701395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701395; }

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

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

background-color css

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

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

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

border-color css

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

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

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