#4B0245

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

Shades of Tyrian Purple #4B0245

Tints of Tyrian Purple #4B0245

Color information

#4B0245 (or 0x4B0245) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 02 and 45. RGB value is (75,2,69). Sum of RGB (Red+Green+Blue) = 75+2+69=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0245 is #B4FDBA. Grayscale: #1F1F1F. Windows color (decimal): -11861435 or 4522571. OLE color: 4522571.

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

Color convert

RGB75269-
CMYK00.970.080.71
HSL304.93º94.81%15.1%-
HSV(B)304.93º97.33%29.41%-
XYZ41.975.8-
YUV31.46149.18159.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=51.37%
G=1.37%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7526900.970.080.71304.9394.8115.1
Hex4B2450618471315ff
Octal113210501411010746113717
Binary1001011101000101011000011000100011110011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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