#4B043B

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

Shades of Tyrian Purple #4B043B

Tints of Tyrian Purple #4B043B

Color information

#4B043B (or 0x4B043B) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 04 and 3B. RGB value is (75,4,59). Sum of RGB (Red+Green+Blue) = 75+4+59=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B043B is #B4FBC4. Grayscale: #1F1F1F. Windows color (decimal): -11860933 or 3867723. OLE color: 3867723.

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

Color convert

RGB75459-
CMYK00.950.210.71
HSL313.52º89.87%15.49%-
HSV(B)313.52º94.67%29.41%-
XYZ3.731.94.31-
YUV31.5143.52159.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=54.35%
G=2.90%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7545900.950.210.71313.5289.8715.49
Hex4B43B05F154713a5af
Octal11347301372510747213217
Binary10010111001110110101111110101100011110011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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