Html Css Color HEX #700790 Purple

📋 copy color: '#700790'

red 112 ◦ green 7 ◦ blue 144

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

Shades of Purple #700790

Tints of Purple #700790

RGB

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

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

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

R = 42.59%
G = 2.66%
B = 54.75%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#700790 (or 0x700790) is known color: Purple. HEX triplet: 70, 07 and 90. RGB value is (112,7,144). Sum of RGB (Red+Green+Blue) = 112+7+144=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #700790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700790 is #8FF86F. Grayscale: #353535. Windows color (decimal): -9435248 or 9439088. OLE color: 9439088.

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

Color convert

RGB 112 7 144 -
CMYK 0.22 0.95 0 0.44
HSL 285.99º 0.91% 0.3% -
HSV(B) 285.99º 0.95% 0.56% -
XYZ 11.79 5.61 26.85 -
YUV 54.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 112 7 144 0.22 0.95 0 0.44 285.99 0.91 0.3
Hex 70 7 90 16 5F 0 2C 11E 5B 1E
Octal 160 7 220 26 137 0 54 436 133 36
Binary 1110000 111 10010000 10110 1011111 0 101100 100011110 1011011 11110

Color Harmonies of #700790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700790

Black with #700790

Text Example


Text Example

White with #700790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700790; }

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

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

background-color css

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

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

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

border-color css

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

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

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