Html Css Color HEX #700D77 Purple

📋 copy color: '#700D77'

red 112 ◦ green 13 ◦ blue 119

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

Shades of Purple #700D77

Tints of Purple #700D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

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

R = 45.9%
G = 5.33%
B = 48.77%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700D77 (or 0x700D77) is known color: Purple. HEX triplet: 70, 0D and 77. RGB value is (112,13,119). Sum of RGB (Red+Green+Blue) = 112+13+119=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #700D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D77 is #8FF288. Grayscale: #363636. Windows color (decimal): -9433737 or 7802224. OLE color: 7802224.

HSL color Cylindrical-coordinate representation of color #700D77: hue angle of 296.04º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700D77 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 13 119 -
CMYK 0.06 0.89 0 0.53
HSL 296.04º 0.8% 0.26% -
HSV(B) 296.04º 0.89% 0.47% -
XYZ 10.16 5.06 17.9 -
YUV 54.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 112 13 119 0.06 0.89 0 0.53 296.04 0.8 0.26
Hex 70 D 77 6 59 0 35 128 50 1A
Octal 160 15 167 6 131 0 65 450 120 32
Binary 1110000 1101 1110111 110 1011001 0 110101 100101000 1010000 11010

Color Harmonies of #700D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D77

Black with #700D77

Text Example


Text Example

White with #700D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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