#70003f

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

Shades of Tyrian Purple #70003F

Tints of Tyrian Purple #70003F

Color information

#70003F (or 0x70003F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 3F. RGB value is (112,0,63). Sum of RGB (Red+Green+Blue) = 112+0+63=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003F is #8FFFC0. Grayscale: #282828. Windows color (decimal): -9437121 or 4128880. OLE color: 4128880.

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

Color convert

RGB112063-
CMYK010.440.56
HSL326.25º100%21.96%-
HSV(B)326.25º100%43.92%-
XYZ7.583.85.04-
YUV40.67140.61178.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 36%
R=64%
G=0%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112063010.440.56326.2510021.96
Hex7003F0642C381466416
Octal1600770144547050614426
Binary1110000011111101100100101100111000101000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70003f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70003f; }

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

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

<style>
 a { background-color: #70003f; }

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

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

<style>
 span { border-color: #70003f; }

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

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