#4B0146

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

Shades of Tyrian Purple #4B0146

Tints of Tyrian Purple #4B0146

Color information

#4B0146 (or 0x4B0146) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 01 and 46. RGB value is (75,1,70). Sum of RGB (Red+Green+Blue) = 75+1+70=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0146 is #B4FEB9. Grayscale: #1E1E1E. Windows color (decimal): -11861690 or 4587851. OLE color: 4587851.

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

Color convert

RGB75170-
CMYK00.990.070.71
HSL304.05º97.37%14.9%-
HSV(B)304.05º98.67%29.41%-
XYZ4.021.965.96-
YUV30.99150.02159.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=51.37%
G=0.68%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7517000.990.070.71304.0597.3714.9
Hex4B14606374713061f
Octal11311060143710746014117
Binary10010111100011001100011111100011110011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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