#4A033F

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

Shades of Tyrian Purple #4A033F

Tints of Tyrian Purple #4A033F

Color information

#4A033F (or 0x4A033F) is unknown color: approx Tyrian Purple. HEX triplet: 4A, 03 and 3F. RGB value is (74,3,63). Sum of RGB (Red+Green+Blue) = 74+3+63=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033F is #B5FCC0. Grayscale: #1E1E1E. Windows color (decimal): -11926721 or 4129610. OLE color: 4129610.

HSL color Cylindrical-coordinate representation of color #4A033F: hue angle of 309.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A033F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB74363-
CMYK00.960.150.71
HSL309.3º92.21%15.1%-
HSV(B)309.3º95.95%29.02%-
XYZ3.751.884.87-
YUV31.07146.02158.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 52.86%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 63 (25% from 255) = 45%
R=52.86%
G=2.14%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7436300.960.150.71309.392.2115.1
Hex4A33F060F471355cf
Octal11237701401710746513417
Binary100101011111111011000001111100011110011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A033F; }

 p { color: rgb(74,3,63); }

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

<style>
 a { background-color: #4A033F; }

 a { background-color: rgb(74,3,63); }

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

<style>
 span { border-color: #4A033F; }

 span { border-color: rgb(74,3,63); }

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