Html Css Color HEX #700780 Purple

📋 copy color: '#700780'

red 112 ◦ green 7 ◦ blue 128

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

Shades of Purple #700780

Tints of Purple #700780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 45.34%
G = 2.83%
B = 51.82%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700780 (or 0x700780) is known color: Purple. HEX triplet: 70, 07 and 80. RGB value is (112,7,128). Sum of RGB (Red+Green+Blue) = 112+7+128=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #700780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700780 is #8FF87F. Grayscale: #333333. Windows color (decimal): -9435264 or 8390512. OLE color: 8390512.

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

Color convert

RGB 112 7 128 -
CMYK 0.12 0.95 0 0.50
HSL 292.07º 0.9% 0.26% -
HSV(B) 292.07º 0.95% 0.5% -
XYZ 10.65 5.16 20.86 -
YUV 52.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 112 7 128 0.12 0.95 0 0.50 292.07 0.9 0.26
Hex 70 7 80 C 5F 0 32 124 5A 1A
Octal 160 7 200 14 137 0 62 444 132 32
Binary 1110000 111 10000000 1100 1011111 0 110010 100100100 1011010 11010

Color Harmonies of #700780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700780

Black with #700780

Text Example


Text Example

White with #700780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700780; }

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

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

background-color css

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

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

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

border-color css

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

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

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