#4B0143

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

Shades of Tyrian Purple #4B0143

Tints of Tyrian Purple #4B0143

Color information

#4B0143 (or 0x4B0143) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 01 and 43. RGB value is (75,1,67). Sum of RGB (Red+Green+Blue) = 75+1+67=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0143 is #B4FEBC. Grayscale: #1E1E1E. Windows color (decimal): -11861693 or 4391243. OLE color: 4391243.

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

Color convert

RGB75167-
CMYK00.990.110.71
HSL306.49º97.37%14.9%-
HSV(B)306.49º98.67%29.41%-
XYZ3.931.925.47-
YUV30.65148.52159.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 67 (26.56% from 255) = 46.85%
R=52.45%
G=0.70%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7516700.990.110.71306.4997.3714.9
Hex4B143063B4713261f
Octal113110301431310746214117
Binary100101111000011011000111011100011110011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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