Html Css Color HEX #700989 Purple

📋 copy color: '#700989'

red 112 ◦ green 9 ◦ blue 137

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

Shades of Purple #700989

Tints of Purple #700989

RGB

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

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

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

R = 43.41%
G = 3.49%
B = 53.1%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700989 (or 0x700989) is known color: Purple. HEX triplet: 70, 09 and 89. RGB value is (112,9,137). Sum of RGB (Red+Green+Blue) = 112+9+137=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #700989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700989 is #8FF676. Grayscale: #353535. Windows color (decimal): -9434743 or 8980848. OLE color: 8980848.

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

Color convert

RGB 112 9 137 -
CMYK 0.18 0.93 0 0.46
HSL 288.28º 0.88% 0.29% -
HSV(B) 288.28º 0.93% 0.54% -
XYZ 11.3 5.45 24.12 -
YUV 54.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 112 9 137 0.18 0.93 0 0.46 288.28 0.88 0.29
Hex 70 9 89 12 5D 0 2E 120 58 1D
Octal 160 11 211 22 135 0 56 440 130 35
Binary 1110000 1001 10001001 10010 1011101 0 101110 100100000 1011000 11101

Color Harmonies of #700989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700989

Black with #700989

Text Example


Text Example

White with #700989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700989; }

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

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

background-color css

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

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

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

border-color css

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

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

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