#4B033A

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

Shades of Tyrian Purple #4B033A

Tints of Tyrian Purple #4B033A

Color information

#4B033A (or 0x4B033A) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 03 and 3A. RGB value is (75,3,58). Sum of RGB (Red+Green+Blue) = 75+3+58=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B033A is #B4FCC5. Grayscale: #1E1E1E. Windows color (decimal): -11861190 or 3801931. OLE color: 3801931.

HSL color Cylindrical-coordinate representation of color #4B033A: hue angle of 314.17º 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 #4B033A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB75358-
CMYK00.960.230.71
HSL314.17º92.31%15.29%-
HSV(B)314.17º96%29.41%-
XYZ3.71.874.17-
YUV30.8143.35159.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=55.15%
G=2.21%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7535800.960.230.71314.1792.3115.29
Hex4B33A060174713a5cf
Octal11337201402710747213417
Binary1001011111110100110000010111100011110011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,58); }

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

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

 a { background-color: rgb(75,3,58); }

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

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

 span { border-color: rgb(75,3,58); }

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