#70108D

Color #70108D Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #70108D

Tints of Purple #70108D

Color information

#70108D (or 0x70108D) is unknown color: approx 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

RGB11216141-
CMYK0.210.8900.45
HSL286.08º79.62%30.78%-
HSV(B)286.08º88.65%55.29%-
XYZ11.685.7425.69-
YUV58.95174.3165.84-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112161410.210.8900.45286.0879.6230.78
Hex70108D155902D11e501f
Octal160202152513105543612037
Binary111000010000100011011010110110010101101100011110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>