#70046D

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

Shades of Purple #70046D

Tints of Purple #70046D

Color information

#70046D (or 0x70046D) is unknown color: approx Purple. HEX triplet: 70, 04 and 6D. RGB value is (112,4,109). Sum of RGB (Red+Green+Blue) = 112+4+109=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70046D is #8FFB92. Grayscale: #2F2F2F. Windows color (decimal): -9436051 or 7144560. OLE color: 7144560.

HSL color Cylindrical-coordinate representation of color #70046D: hue angle of 301.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70046D is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB1124109-
CMYK00.960.030.56
HSL301.67º93.1%22.75%-
HSV(B)301.67º96.43%43.92%-
XYZ9.494.6414.86-
YUV48.26162.28173.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=49.78%
G=1.78%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112410900.960.030.56301.6793.122.75
Hex7046D06033812e5d17
Octal1604155014037045613527
Binary111000010011011010110000011111000100101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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