Html Css Color HEX #700A76 Purple

📋 copy color: '#700A76'

red 112 ◦ green 10 ◦ blue 118

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

Shades of Purple #700A76

Tints of Purple #700A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

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

R = 46.67%
G = 4.17%
B = 49.17%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700A76 (or 0x700A76) is known color: Purple. HEX triplet: 70, 0A and 76. RGB value is (112,10,118). Sum of RGB (Red+Green+Blue) = 112+10+118=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #700A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A76 is #8FF589. Grayscale: #343434. Windows color (decimal): -9434506 or 7735920. OLE color: 7735920.

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

Color convert

RGB 112 10 118 -
CMYK 0.05 0.92 0 0.54
HSL 296.67º 0.84% 0.25% -
HSV(B) 296.67º 0.92% 0.46% -
XYZ 10.06 4.97 17.57 -
YUV 52.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 112 10 118 0.05 0.92 0 0.54 296.67 0.84 0.25
Hex 70 A 76 5 5C 0 36 129 54 19
Octal 160 12 166 5 134 0 66 451 124 31
Binary 1110000 1010 1110110 101 1011100 0 110110 100101001 1010100 11001

Color Harmonies of #700A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A76

Black with #700A76

Text Example


Text Example

White with #700A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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