Html Css Color HEX #700889 Purple

📋 copy color: '#700889'

red 112 ◦ green 8 ◦ blue 137

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

Shades of Purple #700889

Tints of Purple #700889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 43.58%
G = 3.11%
B = 53.31%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700889 (or 0x700889) is known color: Purple. HEX triplet: 70, 08 and 89. RGB value is (112,8,137). Sum of RGB (Red+Green+Blue) = 112+8+137=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #700889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700889 is #8FF776. Grayscale: #353535. Windows color (decimal): -9434999 or 8980592. OLE color: 8980592.

HSL color Cylindrical-coordinate representation of color #700889: hue angle of 288.37º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700889 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 8 137 -
CMYK 0.18 0.94 0 0.46
HSL 288.37º 0.89% 0.28% -
HSV(B) 288.37º 0.94% 0.54% -
XYZ 11.28 5.42 24.12 -
YUV 53.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 112 8 137 0.18 0.94 0 0.46 288.37 0.89 0.28
Hex 70 8 89 12 5E 0 2E 120 59 1C
Octal 160 10 211 22 136 0 56 440 131 34
Binary 1110000 1000 10001001 10010 1011110 0 101110 100100000 1011001 11100

Color Harmonies of #700889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700889

Black with #700889

Text Example


Text Example

White with #700889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700889; }

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

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

background-color css

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

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

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

border-color css

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

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

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