#70004A

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

Shades of Tyrian Purple #70004A

Tints of Tyrian Purple #70004A

Color information

#70004A (or 0x70004A) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 4A. RGB value is (112,0,74). Sum of RGB (Red+Green+Blue) = 112+0+74=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #70004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70004A is #8FFFB5. Grayscale: #292929. Windows color (decimal): -9437110 or 4849776. OLE color: 4849776.

HSL color Cylindrical-coordinate representation of color #70004A: hue angle of 320.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70004A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB112074-
CMYK010.340.56
HSL320.36º100%21.96%-
HSV(B)320.36º100%43.92%-
XYZ7.923.946.82-
YUV41.92146.11177.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=60.22%
G=0%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112074010.340.56320.3610021.96
Hex7004A06422381406416
Octal16001120144427050014426
Binary11100000100101001100100100010111000101000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,0,74); }

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

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

 a { background-color: rgb(112,0,74); }

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

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

 span { border-color: rgb(112,0,74); }

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