#70044B

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

Shades of Tyrian Purple #70044B

Tints of Tyrian Purple #70044B

Color information

#70044B (or 0x70044B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 4B. RGB value is (112,4,75). Sum of RGB (Red+Green+Blue) = 112+4+75=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70044B is #8FFBB4. Grayscale: #2C2C2C. Windows color (decimal): -9436085 or 4916336. OLE color: 4916336.

HSL color Cylindrical-coordinate representation of color #70044B: hue angle of 320.56º 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 #70044B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB112475-
CMYK00.960.330.56
HSL320.56º93.1%22.75%-
HSV(B)320.56º96.43%43.92%-
XYZ84.047.01-
YUV44.39145.28176.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=58.64%
G=2.09%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11247500.960.330.56320.5693.122.75
Hex7044B06021381415d17
Octal16041130140417050113527
Binary1110000100100101101100000100001111000101000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70044B; }

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

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

<style>
 a { background-color: #70044B; }

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

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

<style>
 span { border-color: #70044B; }

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

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