#4B0440

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

Shades of Tyrian Purple #4B0440

Tints of Tyrian Purple #4B0440

Color information

#4B0440 (or 0x4B0440) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 04 and 40. RGB value is (75,4,64). Sum of RGB (Red+Green+Blue) = 75+4+64=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0440 is #B4FBBF. Grayscale: #1F1F1F. Windows color (decimal): -11860928 or 4195403. OLE color: 4195403.

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

Color convert

RGB75464-
CMYK00.950.150.71
HSL309.3º89.87%15.49%-
HSV(B)309.3º94.67%29.41%-
XYZ3.871.955.02-
YUV32.07146.02158.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=52.45%
G=2.80%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7546400.950.150.71309.389.8715.49
Hex4B44005FF471355af
Octal113410001371710746513217
Binary10010111001000000010111111111100011110011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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