#4B023C

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

Shades of Tyrian Purple #4B023C

Tints of Tyrian Purple #4B023C

Color information

#4B023C (or 0x4B023C) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 02 and 3C. RGB value is (75,2,60). Sum of RGB (Red+Green+Blue) = 75+2+60=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B023C is #B4FDC3. Grayscale: #1E1E1E. Windows color (decimal): -11861444 or 3932747. OLE color: 3932747.

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

Color convert

RGB75260-
CMYK00.970.200.71
HSL312.33º94.81%15.1%-
HSV(B)312.33º97.33%29.41%-
XYZ3.741.874.44-
YUV30.44144.68159.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=54.74%
G=1.46%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7526000.970.200.71312.3394.8115.1
Hex4B23C06114471385ff
Octal11327401412410747013717
Binary1001011101111000110000110100100011110011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,60); }

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

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

 a { background-color: rgb(75,2,60); }

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

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

 span { border-color: rgb(75,2,60); }

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