#4A013F

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

Shades of Tyrian Purple #4A013F

Tints of Tyrian Purple #4A013F

Color information

#4A013F (or 0x4A013F) is unknown color: approx Tyrian Purple. HEX triplet: 4A, 01 and 3F. RGB value is (74,1,63). Sum of RGB (Red+Green+Blue) = 74+1+63=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013F is #B5FEC0. Grayscale: #1D1D1D. Windows color (decimal): -11927233 or 4129098. OLE color: 4129098.

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

Color convert

RGB74163-
CMYK00.990.150.71
HSL309.04º97.33%14.71%-
HSV(B)309.04º98.65%29.02%-
XYZ3.731.844.86-
YUV29.89146.68159.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 53.62%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 63 (25% from 255) = 45.65%
R=53.62%
G=0.72%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7416300.990.150.71309.0497.3314.71
Hex4A13F063F4713561f
Octal11217701431710746514117
Binary10010101111111011000111111100011110011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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