Html Css Color HEX #700186 Purple

📋 copy color: '#700186'

red 112 ◦ green 1 ◦ blue 134

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

Shades of Purple #700186

Tints of Purple #700186

RGB

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

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

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

R = 45.34%
G = 0.4%
B = 54.25%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700186 (or 0x700186) is known color: Purple. HEX triplet: 70, 01 and 86. RGB value is (112,1,134). Sum of RGB (Red+Green+Blue) = 112+1+134=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #700186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700186 is #8FFE79. Grayscale: #303030. Windows color (decimal): -9436794 or 8782192. OLE color: 8782192.

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

Color convert

RGB 112 1 134 -
CMYK 0.16 0.99 0 0.47
HSL 290.08º 0.99% 0.26% -
HSV(B) 290.08º 0.99% 0.53% -
XYZ 11 5.19 22.98 -
YUV 49.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 112 1 134 0.16 0.99 0 0.47 290.08 0.99 0.26
Hex 70 1 86 10 63 0 2F 122 63 1A
Octal 160 1 206 20 143 0 57 442 143 32
Binary 1110000 1 10000110 10000 1100011 0 101111 100100010 1100011 11010

Color Harmonies of #700186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700186

Black with #700186

Text Example


Text Example

White with #700186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700186; }

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

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

background-color css

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

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

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

border-color css

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

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

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