#70055A

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

Shades of Tyrian Purple #70055A

Tints of Tyrian Purple #70055A

Color information

#70055A (or 0x70055A) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 5A. RGB value is (112,5,90). Sum of RGB (Red+Green+Blue) = 112+5+90=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70055A is #8FFAA5. Grayscale: #2E2E2E. Windows color (decimal): -9435814 or 5899632. OLE color: 5899632.

HSL color Cylindrical-coordinate representation of color #70055A: hue angle of 312.34º degrees, saturation: 0.91, 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 #70055A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB112590-
CMYK00.960.200.56
HSL312.34º91.45%22.94%-
HSV(B)312.34º95.54%43.92%-
XYZ8.584.2910.05-
YUV46.68152.45174.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=54.11%
G=2.42%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11259000.960.200.56312.3491.4522.94
Hex7055A06014381385b17
Octal16051320140247047013327
Binary111000010110110100110000010100111000100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,5,90); }

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

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

 a { background-color: rgb(112,5,90); }

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

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

 span { border-color: rgb(112,5,90); }

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