Html Css Color HEX #700890 Purple

📋 copy color: '#700890'

red 112 ◦ green 8 ◦ blue 144

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

Shades of Purple #700890

Tints of Purple #700890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

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

R = 42.42%
G = 3.03%
B = 54.55%

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

#700890 (or 0x700890) is known color: Purple. HEX triplet: 70, 08 and 90. RGB value is (112,8,144). Sum of RGB (Red+Green+Blue) = 112+8+144=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #700890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700890 is #8FF76F. Grayscale: #363636. Windows color (decimal): -9434992 or 9439344. OLE color: 9439344.

HSL color Cylindrical-coordinate representation of color #700890: hue angle of 285.88º degrees, saturation: 0.89, 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 #700890 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 8 144 -
CMYK 0.22 0.94 0 0.44
HSL 285.88º 0.89% 0.3% -
HSV(B) 285.88º 0.94% 0.56% -
XYZ 11.8 5.63 26.85 -
YUV 54.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 112 8 144 0.22 0.94 0 0.44 285.88 0.89 0.3
Hex 70 8 90 16 5E 0 2C 11E 59 1E
Octal 160 10 220 26 136 0 54 436 131 36
Binary 1110000 1000 10010000 10110 1011110 0 101100 100011110 1011001 11110

Color Harmonies of #700890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700890

Black with #700890

Text Example


Text Example

White with #700890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700890; }

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

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

background-color css

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

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

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

border-color css

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

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

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