Html Css Color HEX #701289 Purple

📋 copy color: '#701289'

red 112 ◦ green 18 ◦ blue 137

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

Shades of Purple #701289

Tints of Purple #701289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 41.95%
G = 6.74%
B = 51.31%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701289 (or 0x701289) is known color: Purple. HEX triplet: 70, 12 and 89. RGB value is (112,18,137). Sum of RGB (Red+Green+Blue) = 112+18+137=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #701289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701289 is #8FED76. Grayscale: #3B3B3B. Windows color (decimal): -9432439 or 8983152. OLE color: 8983152.

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

Color convert

RGB 112 18 137 -
CMYK 0.18 0.87 0 0.46
HSL 287.4º 0.77% 0.3% -
HSV(B) 287.4º 0.87% 0.54% -
XYZ 11.41 5.68 24.16 -
YUV 59.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 112 18 137 0.18 0.87 0 0.46 287.4 0.77 0.3
Hex 70 12 89 12 57 0 2E 11F 4D 1E
Octal 160 22 211 22 127 0 56 437 115 36
Binary 1110000 10010 10001001 10010 1010111 0 101110 100011111 1001101 11110

Color Harmonies of #701289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701289

Black with #701289

Text Example


Text Example

White with #701289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701289; }

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

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

background-color css

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

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

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

border-color css

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

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

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