#70023E

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

Shades of Tyrian Purple #70023E

Tints of Tyrian Purple #70023E

Color information

#70023E (or 0x70023E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 3E. RGB value is (112,2,62). Sum of RGB (Red+Green+Blue) = 112+2+62=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023E is #8FFDC1. Grayscale: #292929. Windows color (decimal): -9436610 or 4063856. OLE color: 4063856.

HSL color Cylindrical-coordinate representation of color #70023E: hue angle of 327.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70023E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB112262-
CMYK00.980.450.56
HSL327.27º96.49%22.35%-
HSV(B)327.27º98.21%43.92%-
XYZ7.573.844.9-
YUV41.73139.44178.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=63.64%
G=1.14%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11226200.980.450.56327.2796.4922.35
Hex7023E0622D381476016
Octal1602760142557050714026
Binary11100001011111001100010101101111000101000111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70023E; }

 p { color: rgb(112,2,62); }

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

<style>
 a { background-color: #70023E; }

 a { background-color: rgb(112,2,62); }

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

<style>
 span { border-color: #70023E; }

 span { border-color: rgb(112,2,62); }

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