Html Css Color HEX #70086A Purple

📋 copy color: '#70086A'

red 112 ◦ green 8 ◦ blue 106

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

Shades of Purple #70086A

Tints of Purple #70086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.9%

R = 49.56%
G = 3.54%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70086A (or 0x70086A) is known color: Purple. HEX triplet: 70, 08 and 6A. RGB value is (112,8,106). Sum of RGB (Red+Green+Blue) = 112+8+106=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086A is #8FF795. Grayscale: #313131. Windows color (decimal): -9435030 or 6948976. OLE color: 6948976.

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

Color convert

RGB 112 8 106 -
CMYK 0 0.93 0.05 0.56
HSL 303.46º 0.87% 0.24% -
HSV(B) 303.46º 0.93% 0.44% -
XYZ 9.37 4.66 14.04 -
YUV 50.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 112 8 106 0 0.93 0.05 0.56 303.46 0.87 0.24
Hex 70 8 6A 0 5D 5 38 12F 57 18
Octal 160 10 152 0 135 5 70 457 127 30
Binary 1110000 1000 1101010 0 1011101 101 111000 100101111 1010111 11000

Color Harmonies of #70086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70086A

Black with #70086A

Text Example


Text Example

White with #70086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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