Html Css Color HEX #700191 Purple

📋 copy color: '#700191'

red 112 ◦ green 1 ◦ blue 145

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

Shades of Purple #700191

Tints of Purple #700191

RGB

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

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

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

R = 43.41%
G = 0.39%
B = 56.2%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700191 (or 0x700191) is known color: Purple. HEX triplet: 70, 01 and 91. RGB value is (112,1,145). Sum of RGB (Red+Green+Blue) = 112+1+145=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #700191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700191 is #8FFE6E. Grayscale: #323232. Windows color (decimal): -9436783 or 9503088. OLE color: 9503088.

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

Color convert

RGB 112 1 145 -
CMYK 0.23 0.99 0 0.43
HSL 286.25º 0.99% 0.29% -
HSV(B) 286.25º 0.99% 0.57% -
XYZ 11.8 5.51 27.23 -
YUV 50.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 112 1 145 0.23 0.99 0 0.43 286.25 0.99 0.29
Hex 70 1 91 17 63 0 2B 11E 63 1D
Octal 160 1 221 27 143 0 53 436 143 35
Binary 1110000 1 10010001 10111 1100011 0 101011 100011110 1100011 11101

Color Harmonies of #700191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700191

Black with #700191

Text Example


Text Example

White with #700191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700191; }

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

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

background-color css

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

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

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

border-color css

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

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

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