Html Css Color HEX #700994 Purple

📋 copy color: '#700994'

red 112 ◦ green 9 ◦ blue 148

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

Shades of Purple #700994

Tints of Purple #700994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 41.64%
G = 3.35%
B = 55.02%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700994 (or 0x700994) is known color: Purple. HEX triplet: 70, 09 and 94. RGB value is (112,9,148). Sum of RGB (Red+Green+Blue) = 112+9+148=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #700994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700994 is #8FF66B. Grayscale: #373737. Windows color (decimal): -9434732 or 9701744. OLE color: 9701744.

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

Color convert

RGB 112 9 148 -
CMYK 0.24 0.94 0 0.42
HSL 284.46º 0.89% 0.31% -
HSV(B) 284.46º 0.94% 0.58% -
XYZ 12.13 5.78 28.49 -
YUV 55.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 112 9 148 0.24 0.94 0 0.42 284.46 0.89 0.31
Hex 70 9 94 18 5E 0 2A 11C 59 1F
Octal 160 11 224 30 136 0 52 434 131 37
Binary 1110000 1001 10010100 11000 1011110 0 101010 100011100 1011001 11111

Color Harmonies of #700994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700994

Black with #700994

Text Example


Text Example

White with #700994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700994; }

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

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

background-color css

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

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

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

border-color css

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

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

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