Html Css Color HEX #700B79 Purple

📋 copy color: '#700B79'

red 112 ◦ green 11 ◦ blue 121

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

Shades of Purple #700B79

Tints of Purple #700B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

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

R = 45.9%
G = 4.51%
B = 49.59%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700B79 (or 0x700B79) is known color: Purple. HEX triplet: 70, 0B and 79. RGB value is (112,11,121). Sum of RGB (Red+Green+Blue) = 112+11+121=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #700B79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B79 is #8FF486. Grayscale: #353535. Windows color (decimal): -9434247 or 7932784. OLE color: 7932784.

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

Color convert

RGB 112 11 121 -
CMYK 0.07 0.91 0 0.53
HSL 295.09º 0.83% 0.26% -
HSV(B) 295.09º 0.91% 0.47% -
XYZ 10.25 5.06 18.53 -
YUV 53.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 112 11 121 0.07 0.91 0 0.53 295.09 0.83 0.26
Hex 70 B 79 7 5B 0 35 127 53 1A
Octal 160 13 171 7 133 0 65 447 123 32
Binary 1110000 1011 1111001 111 1011011 0 110101 100100111 1010011 11010

Color Harmonies of #700B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B79

Black with #700B79

Text Example


Text Example

White with #700B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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