Html Css Color HEX #700990 Purple

📋 copy color: '#700990'

red 112 ◦ green 9 ◦ blue 144

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

Shades of Purple #700990

Tints of Purple #700990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 42.26%
G = 3.4%
B = 54.34%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#700990 (or 0x700990) is known color: Purple. HEX triplet: 70, 09 and 90. RGB value is (112,9,144). Sum of RGB (Red+Green+Blue) = 112+9+144=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #700990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700990 is #8FF66F. Grayscale: #363636. Windows color (decimal): -9434736 or 9439600. OLE color: 9439600.

HSL color Cylindrical-coordinate representation of color #700990: hue angle of 285.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700990 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 9 144 -
CMYK 0.22 0.94 0 0.44
HSL 285.78º 0.88% 0.3% -
HSV(B) 285.78º 0.94% 0.56% -
XYZ 11.81 5.65 26.85 -
YUV 55.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 112 9 144 0.22 0.94 0 0.44 285.78 0.88 0.3
Hex 70 9 90 16 5E 0 2C 11E 58 1E
Octal 160 11 220 26 136 0 54 436 130 36
Binary 1110000 1001 10010000 10110 1011110 0 101100 100011110 1011000 11110

Color Harmonies of #700990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700990

Black with #700990

Text Example


Text Example

White with #700990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700990; }

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

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

background-color css

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

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

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

border-color css

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

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

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