Html Css Color HEX #701290 Purple

📋 copy color: '#701290'

red 112 ◦ green 18 ◦ blue 144

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

Shades of Purple #701290

Tints of Purple #701290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 40.88%
G = 6.57%
B = 52.55%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#701290 (or 0x701290) is known color: Purple. HEX triplet: 70, 12 and 90. RGB value is (112,18,144). Sum of RGB (Red+Green+Blue) = 112+18+144=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #701290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701290 is #8FED6F. Grayscale: #3C3C3C. Windows color (decimal): -9432432 or 9441904. OLE color: 9441904.

HSL color Cylindrical-coordinate representation of color #701290: hue angle of 284.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701290 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 18 144 -
CMYK 0.22 0.88 0 0.44
HSL 284.76º 0.78% 0.32% -
HSV(B) 284.76º 0.88% 0.56% -
XYZ 11.93 5.89 26.89 -
YUV 60.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 112 18 144 0.22 0.88 0 0.44 284.76 0.78 0.32
Hex 70 12 90 16 58 0 2C 11D 4E 20
Octal 160 22 220 26 130 0 54 435 116 40
Binary 1110000 10010 10010000 10110 1011000 0 101100 100011101 1001110 100000

Color Harmonies of #701290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701290

Black with #701290

Text Example


Text Example

White with #701290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701290; }

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

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

background-color css

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

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

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

border-color css

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

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

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