Html Css Color HEX #700986 Purple

📋 copy color: '#700986'

red 112 ◦ green 9 ◦ blue 134

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

Shades of Purple #700986

Tints of Purple #700986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 43.92%
G = 3.53%
B = 52.55%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700986 (or 0x700986) is known color: Purple. HEX triplet: 70, 09 and 86. RGB value is (112,9,134). Sum of RGB (Red+Green+Blue) = 112+9+134=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #700986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700986 is #8FF679. Grayscale: #353535. Windows color (decimal): -9434746 or 8784240. OLE color: 8784240.

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

Color convert

RGB 112 9 134 -
CMYK 0.16 0.93 0 0.47
HSL 289.44º 0.87% 0.28% -
HSV(B) 289.44º 0.93% 0.53% -
XYZ 11.08 5.36 23 -
YUV 54.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 112 9 134 0.16 0.93 0 0.47 289.44 0.87 0.28
Hex 70 9 86 10 5D 0 2F 121 57 1C
Octal 160 11 206 20 135 0 57 441 127 34
Binary 1110000 1001 10000110 10000 1011101 0 101111 100100001 1010111 11100

Color Harmonies of #700986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700986

Black with #700986

Text Example


Text Example

White with #700986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700986; }

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

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

background-color css

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

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

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

border-color css

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

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

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