Html Css Color HEX #700A79 Purple

📋 copy color: '#700A79'

red 112 ◦ green 10 ◦ blue 121

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

Shades of Purple #700A79

Tints of Purple #700A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 46.09%
G = 4.12%
B = 49.79%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700A79 (or 0x700A79) is known color: Purple. HEX triplet: 70, 0A and 79. RGB value is (112,10,121). Sum of RGB (Red+Green+Blue) = 112+10+121=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #700A79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A79 is #8FF586. Grayscale: #343434. Windows color (decimal): -9434503 or 7932528. OLE color: 7932528.

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

Color convert

RGB 112 10 121 -
CMYK 0.07 0.92 0 0.53
HSL 295.14º 0.85% 0.26% -
HSV(B) 295.14º 0.92% 0.47% -
XYZ 10.24 5.04 18.52 -
YUV 53.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 112 10 121 0.07 0.92 0 0.53 295.14 0.85 0.26
Hex 70 A 79 7 5C 0 35 127 55 1A
Octal 160 12 171 7 134 0 65 447 125 32
Binary 1110000 1010 1111001 111 1011100 0 110101 100100111 1010101 11010

Color Harmonies of #700A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A79

Black with #700A79

Text Example


Text Example

White with #700A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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