Html Css Color HEX #701291 Purple

📋 copy color: '#701291'

red 112 ◦ green 18 ◦ blue 145

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

Shades of Purple #701291

Tints of Purple #701291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 40.73%
G = 6.55%
B = 52.73%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#701291 (or 0x701291) is known color: Purple. HEX triplet: 70, 12 and 91. RGB value is (112,18,145). Sum of RGB (Red+Green+Blue) = 112+18+145=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #701291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701291 is #8FED6E. Grayscale: #3C3C3C. Windows color (decimal): -9432431 or 9507440. OLE color: 9507440.

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

Color convert

RGB 112 18 145 -
CMYK 0.23 0.88 0 0.43
HSL 284.41º 0.78% 0.32% -
HSV(B) 284.41º 0.88% 0.57% -
XYZ 12.01 5.92 27.3 -
YUV 60.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 112 18 145 0.23 0.88 0 0.43 284.41 0.78 0.32
Hex 70 12 91 17 58 0 2B 11C 4E 20
Octal 160 22 221 27 130 0 53 434 116 40
Binary 1110000 10010 10010001 10111 1011000 0 101011 100011100 1001110 100000

Color Harmonies of #701291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701291

Black with #701291

Text Example


Text Example

White with #701291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701291; }

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

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

background-color css

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

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

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

border-color css

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

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

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