Html Css Color HEX #700089 Purple

📋 copy color: '#700089'

red 112 ◦ green 0 ◦ blue 137

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

Shades of Purple #700089

Tints of Purple #700089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.98%
G = 0%
B = 55.02%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700089 (or 0x700089) is known color: Purple. HEX triplet: 70, 00 and 89. RGB value is (112,0,137). Sum of RGB (Red+Green+Blue) = 112+0+137=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #700089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700089 is #8FFF76. Grayscale: #303030. Windows color (decimal): -9437047 or 8978544. OLE color: 8978544.

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

Color convert

RGB 112 0 137 -
CMYK 0.18 1 0 0.46
HSL 289.05º 1% 0.27% -
HSV(B) 289.05º 1% 0.54% -
XYZ 11.2 5.25 24.09 -
YUV 49.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 112 0 137 0.18 1 0 0.46 289.05 1 0.27
Hex 70 0 89 12 64 0 2E 121 64 1B
Octal 160 0 211 22 144 0 56 441 144 33
Binary 1110000 0 10001001 10010 1100100 0 101110 100100001 1100100 11011

Color Harmonies of #700089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700089

Black with #700089

Text Example


Text Example

White with #700089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700089; }

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

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

background-color css

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

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

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

border-color css

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

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

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