#4B0344

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

Shades of Tyrian Purple #4B0344

Tints of Tyrian Purple #4B0344

Color information

#4B0344 (or 0x4B0344) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 03 and 44. RGB value is (75,3,68). Sum of RGB (Red+Green+Blue) = 75+3+68=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0344 is #B4FCBB. Grayscale: #1F1F1F. Windows color (decimal): -11861180 or 4457291. OLE color: 4457291.

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

Color convert

RGB75368-
CMYK00.960.090.71
HSL305.83º92.31%15.29%-
HSV(B)305.83º96%29.41%-
XYZ3.981.985.64-
YUV31.94148.35158.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=51.37%
G=2.05%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7536800.960.090.71305.8392.3115.29
Hex4B3440609471325cf
Octal113310401401110746213417
Binary1001011111000100011000001001100011110011001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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