Html Css Color HEX #701880 Purple

📋 copy color: '#701880'

red 112 ◦ green 24 ◦ blue 128

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

Shades of Purple #701880

Tints of Purple #701880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 42.42%
G = 9.09%
B = 48.48%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#701880 (or 0x701880) is known color: Purple. HEX triplet: 70, 18 and 80. RGB value is (112,24,128). Sum of RGB (Red+Green+Blue) = 112+24+128=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #701880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701880 is #8FE77F. Grayscale: #3D3D3D. Windows color (decimal): -9430912 or 8394864. OLE color: 8394864.

HSL color Cylindrical-coordinate representation of color #701880: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701880 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 24 128 -
CMYK 0.12 0.81 0 0.50
HSL 290.77º 0.68% 0.3% -
HSV(B) 290.77º 0.81% 0.5% -
XYZ 10.91 5.66 20.94 -
YUV 62.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 112 24 128 0.12 0.81 0 0.50 290.77 0.68 0.3
Hex 70 18 80 C 51 0 32 123 44 1E
Octal 160 30 200 14 121 0 62 443 104 36
Binary 1110000 11000 10000000 1100 1010001 0 110010 100100011 1000100 11110

Color Harmonies of #701880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701880

Black with #701880

Text Example


Text Example

White with #701880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701880; }

 p { color: rgb(112,24,128); }

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

background-color css

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

 a { background-color: rgb(112,24,128); }

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

border-color css

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

 span { border-color: rgb(112,24,128); }

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