Html Css Color HEX #70108D Purple

📋 copy color: '#70108D'

red 112 ◦ green 16 ◦ blue 141

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

Shades of Purple #70108D

Tints of Purple #70108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 41.64%
G = 5.95%
B = 52.42%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70108D (or 0x70108D) is known color: Purple. HEX triplet: 70, 10 and 8D. RGB value is (112,16,141). Sum of RGB (Red+Green+Blue) = 112+16+141=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #70108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70108D is #8FEF72. Grayscale: #3A3A3A. Windows color (decimal): -9432947 or 9244784. OLE color: 9244784.

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

Color convert

RGB 112 16 141 -
CMYK 0.21 0.89 0 0.45
HSL 286.08º 0.8% 0.31% -
HSV(B) 286.08º 0.89% 0.55% -
XYZ 11.68 5.74 25.69 -
YUV 58.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 112 16 141 0.21 0.89 0 0.45 286.08 0.8 0.31
Hex 70 10 8D 15 59 0 2D 11E 50 1F
Octal 160 20 215 25 131 0 55 436 120 37
Binary 1110000 10000 10001101 10101 1011001 0 101101 100011110 1010000 11111

Color Harmonies of #70108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70108D

Black with #70108D

Text Example


Text Example

White with #70108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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