#70034C

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

Shades of Tyrian Purple #70034C

Tints of Tyrian Purple #70034C

Color information

#70034C (or 0x70034C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 4C. RGB value is (112,3,76). Sum of RGB (Red+Green+Blue) = 112+3+76=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70034C is #8FFCB3. Grayscale: #2B2B2B. Windows color (decimal): -9436340 or 4981616. OLE color: 4981616.

HSL color Cylindrical-coordinate representation of color #70034C: hue angle of 319.82º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70034C is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB112376-
CMYK00.970.320.56
HSL319.82º94.78%22.55%-
HSV(B)319.82º97.32%43.92%-
XYZ8.024.037.19-
YUV43.91146.11176.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=58.64%
G=1.57%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237600.970.320.56319.8294.7822.55
Hex7034C06120381405f17
Octal16031140141407050013727
Binary111000011100110001100001100000111000101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70034C; }

 p { color: rgb(112,3,76); }

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

<style>
 a { background-color: #70034C; }

 a { background-color: rgb(112,3,76); }

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

<style>
 span { border-color: #70034C; }

 span { border-color: rgb(112,3,76); }

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