#4B0243

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

Shades of Tyrian Purple #4B0243

Tints of Tyrian Purple #4B0243

Color information

#4B0243 (or 0x4B0243) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 02 and 43. RGB value is (75,2,67). Sum of RGB (Red+Green+Blue) = 75+2+67=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0243 is #B4FDBC. Grayscale: #1F1F1F. Windows color (decimal): -11861437 or 4391499. OLE color: 4391499.

HSL color Cylindrical-coordinate representation of color #4B0243: hue angle of 306.58º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0243 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB75267-
CMYK00.970.110.71
HSL306.58º94.81%15.1%-
HSV(B)306.58º97.33%29.41%-
XYZ3.941.945.48-
YUV31.24148.18159.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=52.08%
G=1.39%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7526700.970.110.71306.5894.8115.1
Hex4B243061B471335ff
Octal113210301411310746313717
Binary1001011101000011011000011011100011110011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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