#70023F

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

Shades of Tyrian Purple #70023F

Tints of Tyrian Purple #70023F

Color information

#70023F (or 0x70023F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 3F. RGB value is (112,2,63). Sum of RGB (Red+Green+Blue) = 112+2+63=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023F is #8FFDC0. Grayscale: #292929. Windows color (decimal): -9436609 or 4129392. OLE color: 4129392.

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

Color convert

RGB112263-
CMYK00.980.440.56
HSL326.73º96.49%22.35%-
HSV(B)326.73º98.21%43.92%-
XYZ7.63.855.04-
YUV41.84139.94178.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 63 (25% from 255) = 35.59%
R=63.28%
G=1.13%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11226300.980.440.56326.7396.4922.35
Hex7023F0622C381476016
Octal1602770142547050714026
Binary11100001011111101100010101100111000101000111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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