Html Css Color HEX #70086E Purple

📋 copy color: '#70086E'

red 112 ◦ green 8 ◦ blue 110

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

Shades of Purple #70086E

Tints of Purple #70086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 48.7%
G = 3.48%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70086E (or 0x70086E) is known color: Purple. HEX triplet: 70, 08 and 6E. RGB value is (112,8,110). Sum of RGB (Red+Green+Blue) = 112+8+110=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086E is #8FF791. Grayscale: #323232. Windows color (decimal): -9435026 or 7211120. OLE color: 7211120.

HSL color Cylindrical-coordinate representation of color #70086E: hue angle of 301.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70086E is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 110 -
CMYK 0 0.93 0.02 0.56
HSL 301.15º 0.87% 0.24% -
HSV(B) 301.15º 0.93% 0.44% -
XYZ 9.58 4.74 15.16 -
YUV 50.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 112 8 110 0 0.93 0.02 0.56 301.15 0.87 0.24
Hex 70 8 6E 0 5D 2 38 12D 57 18
Octal 160 10 156 0 135 2 70 455 127 30
Binary 1110000 1000 1101110 0 1011101 10 111000 100101101 1010111 11000

Color Harmonies of #70086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70086E

Black with #70086E

Text Example


Text Example

White with #70086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70086E; }

 p { color: rgb(112,8,110); }

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

background-color css

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

 a { background-color: rgb(112,8,110); }

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

border-color css

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

 span { border-color: rgb(112,8,110); }

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