#4B0840

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

Shades of Tyrian Purple #4B0840

Tints of Tyrian Purple #4B0840

Color information

#4B0840 (or 0x4B0840) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 08 and 40. RGB value is (75,8,64). Sum of RGB (Red+Green+Blue) = 75+8+64=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0840 is #B4F7BF. Grayscale: #222222. Windows color (decimal): -11859904 or 4196427. OLE color: 4196427.

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

Color convert

RGB75864-
CMYK00.890.150.71
HSL309.85º80.72%16.27%-
HSV(B)309.85º89.33%29.41%-
XYZ3.912.045.04-
YUV34.42144.7156.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=51.02%
G=5.44%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7586400.890.150.71309.8580.7216.27
Hex4B840059F471365110
Octal1131010001311710746612120
Binary1001011100010000000101100111111000111100110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,8,64); }

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

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

 a { background-color: rgb(75,8,64); }

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

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

 span { border-color: rgb(75,8,64); }

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