Html Css Color HEX #700586 Purple

📋 copy color: '#700586'

red 112 ◦ green 5 ◦ blue 134

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

Shades of Purple #700586

Tints of Purple #700586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 44.62%
G = 1.99%
B = 53.39%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700586 (or 0x700586) is known color: Purple. HEX triplet: 70, 05 and 86. RGB value is (112,5,134). Sum of RGB (Red+Green+Blue) = 112+5+134=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #700586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700586 is #8FFA79. Grayscale: #333333. Windows color (decimal): -9435770 or 8783216. OLE color: 8783216.

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

Color convert

RGB 112 5 134 -
CMYK 0.16 0.96 0 0.47
HSL 289.77º 0.93% 0.27% -
HSV(B) 289.77º 0.96% 0.53% -
XYZ 11.04 5.27 22.99 -
YUV 51.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 112 5 134 0.16 0.96 0 0.47 289.77 0.93 0.27
Hex 70 5 86 10 60 0 2F 122 5D 1B
Octal 160 5 206 20 140 0 57 442 135 33
Binary 1110000 101 10000110 10000 1100000 0 101111 100100010 1011101 11011

Color Harmonies of #700586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700586

Black with #700586

Text Example


Text Example

White with #700586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700586; }

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

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

background-color css

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

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

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

border-color css

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

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

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