Html Css Color HEX #70086B Purple

📋 copy color: '#70086B'

red 112 ◦ green 8 ◦ blue 107

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

Shades of Purple #70086B

Tints of Purple #70086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 49.34%
G = 3.52%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70086B (or 0x70086B) is known color: Purple. HEX triplet: 70, 08 and 6B. RGB value is (112,8,107). Sum of RGB (Red+Green+Blue) = 112+8+107=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086B is #8FF794. Grayscale: #323232. Windows color (decimal): -9435029 or 7014512. OLE color: 7014512.

HSL color Cylindrical-coordinate representation of color #70086B: hue angle of 302.88º 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 #70086B is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 107 -
CMYK 0 0.93 0.04 0.56
HSL 302.88º 0.87% 0.24% -
HSV(B) 302.88º 0.93% 0.44% -
XYZ 9.42 4.68 14.32 -
YUV 50.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 112 8 107 0 0.93 0.04 0.56 302.88 0.87 0.24
Hex 70 8 6B 0 5D 4 38 12F 57 18
Octal 160 10 153 0 135 4 70 457 127 30
Binary 1110000 1000 1101011 0 1011101 100 111000 100101111 1010111 11000

Color Harmonies of #70086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70086B

Black with #70086B

Text Example


Text Example

White with #70086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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