Html Css Color HEX #700086 Purple

📋 copy color: '#700086'

red 112 ◦ green 0 ◦ blue 134

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

Shades of Purple #700086

Tints of Purple #700086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.47%

R = 45.53%
G = 0%
B = 54.47%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700086 (or 0x700086) is known color: Purple. HEX triplet: 70, 00 and 86. RGB value is (112,0,134). Sum of RGB (Red+Green+Blue) = 112+0+134=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #700086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700086 is #8FFF79. Grayscale: #303030. Windows color (decimal): -9437050 or 8781936. OLE color: 8781936.

HSL color Cylindrical-coordinate representation of color #700086: hue angle of 290.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700086 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 0 134 -
CMYK 0.16 1 0 0.47
HSL 290.15º 1% 0.26% -
HSV(B) 290.15º 1% 0.53% -
XYZ 10.99 5.17 22.97 -
YUV 48.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 112 0 134 0.16 1 0 0.47 290.15 1 0.26
Hex 70 0 86 10 64 0 2F 122 64 1A
Octal 160 0 206 20 144 0 57 442 144 32
Binary 1110000 0 10000110 10000 1100100 0 101111 100100010 1100100 11010

Color Harmonies of #700086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700086

Black with #700086

Text Example


Text Example

White with #700086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700086; }

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

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

background-color css

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

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

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

border-color css

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

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

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