#70018D

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

Shades of Purple #70018D

Tints of Purple #70018D

Color information

#70018D (or 0x70018D) is unknown color: approx Purple. HEX triplet: 70, 01 and 8D. RGB value is (112,1,141). Sum of RGB (Red+Green+Blue) = 112+1+141=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #70018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70018D is #8FFE72. Grayscale: #313131. Windows color (decimal): -9436787 or 9240944. OLE color: 9240944.

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

Color convert

RGB1121141-
CMYK0.210.9900.45
HSL287.57º98.59%27.84%-
HSV(B)287.57º99.29%55.29%-
XYZ11.55.3925.63-
YUV50.15179.27172.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=44.09%
G=0.39%
B=55.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11211410.210.9900.45287.5798.5927.84
Hex7018D156302D120631c
Octal16012152514305544014334
Binary11100001100011011010111000110101101100100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70018D;
 }
 .AnyTagClassName
 {
   color: #70018D;
 }
</style>
background-color css

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

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

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

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

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

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