#4B0144

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

Shades of Tyrian Purple #4B0144

Tints of Tyrian Purple #4B0144

Color information

#4B0144 (or 0x4B0144) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 01 and 44. RGB value is (75,1,68). Sum of RGB (Red+Green+Blue) = 75+1+68=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0144 is #B4FEBB. Grayscale: #1E1E1E. Windows color (decimal): -11861692 or 4456779. OLE color: 4456779.

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

Color convert

RGB75168-
CMYK00.990.090.71
HSL305.68º97.37%14.9%-
HSV(B)305.68º98.67%29.41%-
XYZ3.961.935.63-
YUV30.76149.02159.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=52.08%
G=0.69%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7516800.990.090.71305.6897.3714.9
Hex4B14406394713261f
Octal113110401431110746214117
Binary100101111000100011000111001100011110011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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