#70048D

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

Shades of Purple #70048D

Tints of Purple #70048D

Color information

#70048D (or 0x70048D) is unknown color: approx Purple. HEX triplet: 70, 04 and 8D. RGB value is (112,4,141). Sum of RGB (Red+Green+Blue) = 112+4+141=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #70048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70048D is #8FFB72. Grayscale: #333333. Windows color (decimal): -9436019 or 9241712. OLE color: 9241712.

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

Color convert

RGB1124141-
CMYK0.210.9700.45
HSL287.3º94.48%28.43%-
HSV(B)287.3º97.16%55.29%-
XYZ11.535.4525.64-
YUV51.91178.28170.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=43.58%
G=1.56%
B=54.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11241410.210.9700.45287.394.4828.43
Hex7048D156102D11f5e1c
Octal16042152514105543713634
Binary1110000100100011011010111000010101101100011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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