#4B0247

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

Shades of Tyrian Purple #4B0247

Tints of Tyrian Purple #4B0247

Color information

#4B0247 (or 0x4B0247) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 02 and 47. RGB value is (75,2,71). Sum of RGB (Red+Green+Blue) = 75+2+71=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0247 is #B4FDB8. Grayscale: #1F1F1F. Windows color (decimal): -11861433 or 4653643. OLE color: 4653643.

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

Color convert

RGB75271-
CMYK00.970.050.71
HSL303.29º94.81%15.1%-
HSV(B)303.29º97.33%29.41%-
XYZ4.061.996.13-
YUV31.69150.18158.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.68%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=50.68%
G=1.35%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7527100.970.050.71303.2994.8115.1
Hex4B24706154712f5ff
Octal11321070141510745713717
Binary100101110100011101100001101100011110010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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