Html Css Color HEX #700774 Purple

📋 copy color: '#700774'

red 112 ◦ green 7 ◦ blue 116

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

Shades of Purple #700774

Tints of Purple #700774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 47.66%
G = 2.98%
B = 49.36%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700774 (or 0x700774) is known color: Purple. HEX triplet: 70, 07 and 74. RGB value is (112,7,116). Sum of RGB (Red+Green+Blue) = 112+7+116=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #700774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700774 is #8FF88B. Grayscale: #323232. Windows color (decimal): -9435276 or 7604080. OLE color: 7604080.

HSL color Cylindrical-coordinate representation of color #700774: hue angle of 297.8º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700774 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 7 116 -
CMYK 0.03 0.94 0 0.55
HSL 297.8º 0.89% 0.24% -
HSV(B) 297.8º 0.94% 0.45% -
XYZ 9.91 4.86 16.94 -
YUV 50.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 112 7 116 0.03 0.94 0 0.55 297.8 0.89 0.24
Hex 70 7 74 3 5E 0 37 12A 59 18
Octal 160 7 164 3 136 0 67 452 131 30
Binary 1110000 111 1110100 11 1011110 0 110111 100101010 1011001 11000

Color Harmonies of #700774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700774

Black with #700774

Text Example


Text Example

White with #700774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700774; }

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

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

background-color css

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

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

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

border-color css

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

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

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