Html Css Color HEX #701389 Purple

📋 copy color: '#701389'

red 112 ◦ green 19 ◦ blue 137

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

Shades of Purple #701389

Tints of Purple #701389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 41.79%
G = 7.09%
B = 51.12%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701389 (or 0x701389) is known color: Purple. HEX triplet: 70, 13 and 89. RGB value is (112,19,137). Sum of RGB (Red+Green+Blue) = 112+19+137=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #701389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701389 is #8FEC76. Grayscale: #3B3B3B. Windows color (decimal): -9432183 or 8983408. OLE color: 8983408.

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

Color convert

RGB 112 19 137 -
CMYK 0.18 0.86 0 0.46
HSL 287.29º 0.76% 0.31% -
HSV(B) 287.29º 0.86% 0.54% -
XYZ 11.43 5.72 24.17 -
YUV 60.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 112 19 137 0.18 0.86 0 0.46 287.29 0.76 0.31
Hex 70 13 89 12 56 0 2E 11F 4C 1F
Octal 160 23 211 22 126 0 56 437 114 37
Binary 1110000 10011 10001001 10010 1010110 0 101110 100011111 1001100 11111

Color Harmonies of #701389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701389

Black with #701389

Text Example


Text Example

White with #701389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701389; }

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

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

background-color css

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

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

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

border-color css

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

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

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