Html Css Color HEX #700977 Purple

📋 copy color: '#700977'

red 112 ◦ green 9 ◦ blue 119

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

Shades of Purple #700977

Tints of Purple #700977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 46.67%
G = 3.75%
B = 49.58%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700977 (or 0x700977) is known color: Purple. HEX triplet: 70, 09 and 77. RGB value is (112,9,119). Sum of RGB (Red+Green+Blue) = 112+9+119=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #700977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700977 is #8FF688. Grayscale: #343434. Windows color (decimal): -9434761 or 7801200. OLE color: 7801200.

HSL color Cylindrical-coordinate representation of color #700977: hue angle of 296.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700977 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 9 119 -
CMYK 0.06 0.92 0 0.53
HSL 296.18º 0.86% 0.25% -
HSV(B) 296.18º 0.92% 0.47% -
XYZ 10.11 4.97 17.88 -
YUV 52.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 112 9 119 0.06 0.92 0 0.53 296.18 0.86 0.25
Hex 70 9 77 6 5C 0 35 128 56 19
Octal 160 11 167 6 134 0 65 450 126 31
Binary 1110000 1001 1110111 110 1011100 0 110101 100101000 1010110 11001

Color Harmonies of #700977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700977

Black with #700977

Text Example


Text Example

White with #700977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700977; }

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

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

background-color css

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

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

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

border-color css

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

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

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