Html Css Color HEX #701390 Purple

📋 copy color: '#701390'

red 112 ◦ green 19 ◦ blue 144

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

Shades of Purple #701390

Tints of Purple #701390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 40.73%
G = 6.91%
B = 52.36%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#701390 (or 0x701390) is known color: Purple. HEX triplet: 70, 13 and 90. RGB value is (112,19,144). Sum of RGB (Red+Green+Blue) = 112+19+144=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #701390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701390 is #8FEC6F. Grayscale: #3C3C3C. Windows color (decimal): -9432176 or 9442160. OLE color: 9442160.

HSL color Cylindrical-coordinate representation of color #701390: hue angle of 284.64º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701390 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 19 144 -
CMYK 0.22 0.87 0 0.44
HSL 284.64º 0.77% 0.32% -
HSV(B) 284.64º 0.87% 0.56% -
XYZ 11.95 5.92 26.9 -
YUV 61.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 112 19 144 0.22 0.87 0 0.44 284.64 0.77 0.32
Hex 70 13 90 16 57 0 2C 11D 4D 20
Octal 160 23 220 26 127 0 54 435 115 40
Binary 1110000 10011 10010000 10110 1010111 0 101100 100011101 1001101 100000

Color Harmonies of #701390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701390

Black with #701390

Text Example


Text Example

White with #701390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701390; }

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

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

background-color css

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

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

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

border-color css

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

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

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