Html Css Color HEX #700880 Purple

📋 copy color: '#700880'

red 112 ◦ green 8 ◦ blue 128

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

Shades of Purple #700880

Tints of Purple #700880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 45.16%
G = 3.23%
B = 51.61%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700880 (or 0x700880) is known color: Purple. HEX triplet: 70, 08 and 80. RGB value is (112,8,128). Sum of RGB (Red+Green+Blue) = 112+8+128=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #700880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700880 is #8FF77F. Grayscale: #343434. Windows color (decimal): -9435008 or 8390768. OLE color: 8390768.

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

Color convert

RGB 112 8 128 -
CMYK 0.12 0.94 0 0.50
HSL 292º 0.88% 0.27% -
HSV(B) 292º 0.94% 0.5% -
XYZ 10.67 5.18 20.86 -
YUV 52.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 112 8 128 0.12 0.94 0 0.50 292 0.88 0.27
Hex 70 8 80 C 5E 0 32 124 58 1B
Octal 160 10 200 14 136 0 62 444 130 33
Binary 1110000 1000 10000000 1100 1011110 0 110010 100100100 1011000 11011

Color Harmonies of #700880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700880

Black with #700880

Text Example


Text Example

White with #700880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700880; }

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

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

background-color css

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

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

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

border-color css

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

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

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