Html Css Color HEX #700877 Purple

📋 copy color: '#700877'

red 112 ◦ green 8 ◦ blue 119

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

Shades of Purple #700877

Tints of Purple #700877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 46.86%
G = 3.35%
B = 49.79%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700877 (or 0x700877) is known color: Purple. HEX triplet: 70, 08 and 77. RGB value is (112,8,119). Sum of RGB (Red+Green+Blue) = 112+8+119=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #700877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700877 is #8FF788. Grayscale: #333333. Windows color (decimal): -9435017 or 7800944. OLE color: 7800944.

HSL color Cylindrical-coordinate representation of color #700877: hue angle of 296.22º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700877 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 8 119 -
CMYK 0.06 0.93 0 0.53
HSL 296.22º 0.87% 0.25% -
HSV(B) 296.22º 0.93% 0.47% -
XYZ 10.1 4.95 17.88 -
YUV 51.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 112 8 119 0.06 0.93 0 0.53 296.22 0.87 0.25
Hex 70 8 77 6 5D 0 35 128 57 19
Octal 160 10 167 6 135 0 65 450 127 31
Binary 1110000 1000 1110111 110 1011101 0 110101 100101000 1010111 11001

Color Harmonies of #700877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700877

Black with #700877

Text Example


Text Example

White with #700877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700877; }

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

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

background-color css

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

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

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

border-color css

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

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

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