#70024B

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

Shades of Tyrian Purple #70024B

Tints of Tyrian Purple #70024B

Color information

#70024B (or 0x70024B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 4B. RGB value is (112,2,75). Sum of RGB (Red+Green+Blue) = 112+2+75=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70024B is #8FFDB4. Grayscale: #2B2B2B. Windows color (decimal): -9436597 or 4915824. OLE color: 4915824.

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

Color convert

RGB112275-
CMYK00.980.330.56
HSL320.18º96.49%22.35%-
HSV(B)320.18º98.21%43.92%-
XYZ7.9747.01-
YUV43.21145.94177.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=59.26%
G=1.06%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11227500.980.330.56320.1896.4922.35
Hex7024B06221381406016
Octal16021130142417050014026
Binary111000010100101101100010100001111000101000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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