#4B043F

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

Shades of Tyrian Purple #4B043F

Tints of Tyrian Purple #4B043F

Color information

#4B043F (or 0x4B043F) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 04 and 3F. RGB value is (75,4,63). Sum of RGB (Red+Green+Blue) = 75+4+63=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B043F is #B4FBC0. Grayscale: #1F1F1F. Windows color (decimal): -11860929 or 4129867. OLE color: 4129867.

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

Color convert

RGB75463-
CMYK00.950.160.71
HSL310.14º89.87%15.49%-
HSV(B)310.14º94.67%29.41%-
XYZ3.841.944.87-
YUV31.96145.52158.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 63 (25% from 255) = 44.37%
R=52.82%
G=2.82%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7546300.950.160.71310.1489.8715.49
Hex4B43F05F10471365af
Octal11347701372010746613217
Binary10010111001111110101111110000100011110011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,4,63); }

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

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

 a { background-color: rgb(75,4,63); }

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

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

 span { border-color: rgb(75,4,63); }

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