#70044F

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

Shades of Tyrian Purple #70044F

Tints of Tyrian Purple #70044F

Color information

#70044F (or 0x70044F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 4F. RGB value is (112,4,79). Sum of RGB (Red+Green+Blue) = 112+4+79=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70044F is #8FFBB0. Grayscale: #2C2C2C. Windows color (decimal): -9436081 or 5178480. OLE color: 5178480.

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

Color convert

RGB112479-
CMYK00.960.290.56
HSL318.33º93.1%22.75%-
HSV(B)318.33º96.43%43.92%-
XYZ8.144.17.76-
YUV44.84147.28175.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=57.44%
G=2.05%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11247900.960.290.56318.3393.122.75
Hex7044F0601D3813e5d17
Octal16041170140357047613527
Binary111000010010011110110000011101111000100111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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