#70049A

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

Shades of Purple #70049A

Tints of Purple #70049A

Color information

#70049A (or 0x70049A) is unknown color: approx Purple. HEX triplet: 70, 04 and 9A. RGB value is (112,4,154). Sum of RGB (Red+Green+Blue) = 112+4+154=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #70049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70049A is #8FFB65. Grayscale: #343434. Windows color (decimal): -9436006 or 10093680. OLE color: 10093680.

HSL color Cylindrical-coordinate representation of color #70049A: hue angle of 283.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70049A is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1124154-
CMYK0.270.9700.40
HSL283.2º94.94%30.98%-
HSV(B)283.2º97.4%60.39%-
XYZ12.565.8631.04-
YUV53.39184.78169.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=41.48%
G=1.48%
B=57.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11241540.270.9700.40283.294.9430.98
Hex7049A1B6102811b5f1f
Octal16042323314105043313737
Binary1110000100100110101101111000010101000100011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70049A; }

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

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

<style>
 a { background-color: #70049A; }

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

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

<style>
 span { border-color: #70049A; }

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

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