Html Css Color HEX #70108E Purple

📋 copy color: '#70108E'

red 112 ◦ green 16 ◦ blue 142

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

Shades of Purple #70108E

Tints of Purple #70108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 41.48%
G = 5.93%
B = 52.59%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70108E (or 0x70108E) is known color: Purple. HEX triplet: 70, 10 and 8E. RGB value is (112,16,142). Sum of RGB (Red+Green+Blue) = 112+16+142=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #70108E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70108E is #8FEF71. Grayscale: #3A3A3A. Windows color (decimal): -9432946 or 9310320. OLE color: 9310320.

HSL color Cylindrical-coordinate representation of color #70108E: hue angle of 285.71º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70108E is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 16 142 -
CMYK 0.21 0.89 0 0.44
HSL 285.71º 0.8% 0.31% -
HSV(B) 285.71º 0.89% 0.56% -
XYZ 11.75 5.77 26.09 -
YUV 59.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 112 16 142 0.21 0.89 0 0.44 285.71 0.8 0.31
Hex 70 10 8E 15 59 0 2C 11E 50 1F
Octal 160 20 216 25 131 0 54 436 120 37
Binary 1110000 10000 10001110 10101 1011001 0 101100 100011110 1010000 11111

Color Harmonies of #70108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70108E

Black with #70108E

Text Example


Text Example

White with #70108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,16,142); }

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

background-color css

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

 a { background-color: rgb(112,16,142); }

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

border-color css

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

 span { border-color: rgb(112,16,142); }

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