#70048E

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

Shades of Purple #70048E

Tints of Purple #70048E

Color information

#70048E (or 0x70048E) is unknown color: approx Purple. HEX triplet: 70, 04 and 8E. RGB value is (112,4,142). Sum of RGB (Red+Green+Blue) = 112+4+142=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #70048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70048E is #8FFB71. Grayscale: #333333. Windows color (decimal): -9436018 or 9307248. OLE color: 9307248.

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

Color convert

RGB1124142-
CMYK0.210.9700.44
HSL286.96º94.52%28.63%-
HSV(B)286.96º97.18%55.69%-
XYZ11.615.4826.04-
YUV52.02178.78170.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=43.41%
G=1.55%
B=55.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11241420.210.9700.44286.9694.5228.63
Hex7048E156102C11f5f1d
Octal16042162514105443713735
Binary1110000100100011101010111000010101100100011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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