Html Css Color HEX #700091 Purple

📋 copy color: '#700091'

red 112 ◦ green 0 ◦ blue 145

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

Shades of Purple #700091

Tints of Purple #700091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.58%
G = 0%
B = 56.42%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700091 (or 0x700091) is known color: Purple. HEX triplet: 70, 00 and 91. RGB value is (112,0,145). Sum of RGB (Red+Green+Blue) = 112+0+145=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #700091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700091 is #8FFF6E. Grayscale: #313131. Windows color (decimal): -9437039 or 9502832. OLE color: 9502832.

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

Color convert

RGB 112 0 145 -
CMYK 0.23 1 0 0.43
HSL 286.34º 1% 0.28% -
HSV(B) 286.34º 1% 0.57% -
XYZ 11.79 5.49 27.23 -
YUV 50.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 112 0 145 0.23 1 0 0.43 286.34 1 0.28
Hex 70 0 91 17 64 0 2B 11E 64 1C
Octal 160 0 221 27 144 0 53 436 144 34
Binary 1110000 0 10010001 10111 1100100 0 101011 100011110 1100100 11100

Color Harmonies of #700091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700091

Black with #700091

Text Example


Text Example

White with #700091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700091; }

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

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

background-color css

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

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

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

border-color css

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

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

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