Html Css Color HEX #700776 Purple

📋 copy color: '#700776'

red 112 ◦ green 7 ◦ blue 118

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

Shades of Purple #700776

Tints of Purple #700776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 47.26%
G = 2.95%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700776 (or 0x700776) is known color: Purple. HEX triplet: 70, 07 and 76. RGB value is (112,7,118). Sum of RGB (Red+Green+Blue) = 112+7+118=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #700776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700776 is #8FF889. Grayscale: #323232. Windows color (decimal): -9435274 or 7735152. OLE color: 7735152.

HSL color Cylindrical-coordinate representation of color #700776: hue angle of 296.76º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700776 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 7 118 -
CMYK 0.05 0.94 0 0.54
HSL 296.76º 0.89% 0.25% -
HSV(B) 296.76º 0.94% 0.46% -
XYZ 10.03 4.9 17.56 -
YUV 51.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 112 7 118 0.05 0.94 0 0.54 296.76 0.89 0.25
Hex 70 7 76 5 5E 0 36 129 59 19
Octal 160 7 166 5 136 0 66 451 131 31
Binary 1110000 111 1110110 101 1011110 0 110110 100101001 1011001 11001

Color Harmonies of #700776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700776

Black with #700776

Text Example


Text Example

White with #700776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700776; }

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

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

background-color css

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

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

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

border-color css

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

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

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