#48023F

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

Shades of Tyrian Purple #48023F

Tints of Tyrian Purple #48023F

Color information

#48023F (or 0x48023F) is unknown color: approx Tyrian Purple. HEX triplet: 48, 02 and 3F. RGB value is (72,2,63). Sum of RGB (Red+Green+Blue) = 72+2+63=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48023F is #B7FDC0. Grayscale: #1D1D1D. Windows color (decimal): -12058049 or 4129352. OLE color: 4129352.

HSL color Cylindrical-coordinate representation of color #48023F: hue angle of 307.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48023F is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB72263-
CMYK00.970.120.72
HSL307.71º94.59%14.51%-
HSV(B)307.71º97.22%28.24%-
XYZ3.591.784.86-
YUV29.88146.69158.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 63 (25% from 255) = 45.99%
R=52.55%
G=1.46%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226300.970.120.72307.7194.5914.51
Hex4823F061C481345ff
Octal11027701411411046413717
Binary100100010111111011000011100100100010011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48023F; }

 p { color: rgb(72,2,63); }

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

<style>
 a { background-color: #48023F; }

 a { background-color: rgb(72,2,63); }

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

<style>
 span { border-color: #48023F; }

 span { border-color: rgb(72,2,63); }

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