Html Css Color HEX #701590 Purple

📋 copy color: '#701590'

red 112 ◦ green 21 ◦ blue 144

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

Shades of Purple #701590

Tints of Purple #701590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 40.43%
G = 7.58%
B = 51.99%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#701590 (or 0x701590) is known color: Purple. HEX triplet: 70, 15 and 90. RGB value is (112,21,144). Sum of RGB (Red+Green+Blue) = 112+21+144=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #701590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701590 is #8FEA6F. Grayscale: #3D3D3D. Windows color (decimal): -9431664 or 9442672. OLE color: 9442672.

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

Color convert

RGB 112 21 144 -
CMYK 0.22 0.85 0 0.44
HSL 284.39º 0.75% 0.32% -
HSV(B) 284.39º 0.85% 0.56% -
XYZ 11.98 5.99 26.91 -
YUV 62.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 112 21 144 0.22 0.85 0 0.44 284.39 0.75 0.32
Hex 70 15 90 16 55 0 2C 11C 4B 20
Octal 160 25 220 26 125 0 54 434 113 40
Binary 1110000 10101 10010000 10110 1010101 0 101100 100011100 1001011 100000

Color Harmonies of #701590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701590

Black with #701590

Text Example


Text Example

White with #701590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701590; }

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

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

background-color css

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

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

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

border-color css

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

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

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