#4B013B

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

Shades of Tyrian Purple #4B013B

Tints of Tyrian Purple #4B013B

Color information

#4B013B (or 0x4B013B) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 01 and 3B. RGB value is (75,1,59). Sum of RGB (Red+Green+Blue) = 75+1+59=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B013B is #B4FEC4. Grayscale: #1D1D1D. Windows color (decimal): -11861701 or 3866955. OLE color: 3866955.

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

Color convert

RGB75159-
CMYK00.990.210.71
HSL312.97º97.37%14.9%-
HSV(B)312.97º98.67%29.41%-
XYZ3.71.834.3-
YUV29.74144.52160.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=55.56%
G=0.74%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7515900.990.210.71312.9797.3714.9
Hex4B13B063154713961f
Octal11317301432510747114117
Binary100101111110110110001110101100011110011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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