#4B0138

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

Shades of Tyrian Purple #4B0138

Tints of Tyrian Purple #4B0138

Color information

#4B0138 (or 0x4B0138) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 01 and 38. RGB value is (75,1,56). Sum of RGB (Red+Green+Blue) = 75+1+56=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0138 is #B4FEC7. Grayscale: #1D1D1D. Windows color (decimal): -11861704 or 3670347. OLE color: 3670347.

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

Color convert

RGB75156-
CMYK00.990.250.71
HSL315.41º97.37%14.9%-
HSV(B)315.41º98.67%29.41%-
XYZ3.631.83.9-
YUV29.4143.02160.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.82%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=56.82%
G=0.76%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7515600.990.250.71315.4197.3714.9
Hex4B138063194713b61f
Octal11317001433110747314117
Binary100101111110000110001111001100011110011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,56); }

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

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

 a { background-color: rgb(75,1,56); }

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

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

 span { border-color: rgb(75,1,56); }

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