#70033B

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

Shades of Tyrian Purple #70033B

Tints of Tyrian Purple #70033B

Color information

#70033B (or 0x70033B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 3B. RGB value is (112,3,59). Sum of RGB (Red+Green+Blue) = 112+3+59=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033B is #8FFCC4. Grayscale: #292929. Windows color (decimal): -9436357 or 3867504. OLE color: 3867504.

HSL color Cylindrical-coordinate representation of color #70033B: hue angle of 329.17º 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 #70033B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB112359-
CMYK00.970.470.56
HSL329.17º94.78%22.55%-
HSV(B)329.17º97.32%43.92%-
XYZ7.53.834.48-
YUV41.98137.61177.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=64.37%
G=1.72%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11235900.970.470.56329.1794.7822.55
Hex7033B0612F381495f17
Octal1603730141577051113727
Binary11100001111101101100001101111111000101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70033B; }

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

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

<style>
 a { background-color: #70033B; }

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

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

<style>
 span { border-color: #70033B; }

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

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