Html Css Color HEX #700189 Purple

📋 copy color: '#700189'

red 112 ◦ green 1 ◦ blue 137

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

Shades of Purple #700189

Tints of Purple #700189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 44.8%
G = 0.4%
B = 54.8%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700189 (or 0x700189) is known color: Purple. HEX triplet: 70, 01 and 89. RGB value is (112,1,137). Sum of RGB (Red+Green+Blue) = 112+1+137=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #700189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700189 is #8FFE76. Grayscale: #313131. Windows color (decimal): -9436791 or 8978800. OLE color: 8978800.

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

Color convert

RGB 112 1 137 -
CMYK 0.18 0.99 0 0.46
HSL 288.97º 0.99% 0.27% -
HSV(B) 288.97º 0.99% 0.54% -
XYZ 11.21 5.27 24.09 -
YUV 49.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 112 1 137 0.18 0.99 0 0.46 288.97 0.99 0.27
Hex 70 1 89 12 63 0 2E 121 63 1B
Octal 160 1 211 22 143 0 56 441 143 33
Binary 1110000 1 10001001 10010 1100011 0 101110 100100001 1100011 11011

Color Harmonies of #700189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700189

Black with #700189

Text Example


Text Example

White with #700189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700189; }

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

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

background-color css

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

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

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

border-color css

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

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

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