#48013F

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

Shades of Tyrian Purple #48013F

Tints of Tyrian Purple #48013F

Color information

#48013F (or 0x48013F) is unknown color: approx Tyrian Purple. HEX triplet: 48, 01 and 3F. RGB value is (72,1,63). Sum of RGB (Red+Green+Blue) = 72+1+63=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013F is #B7FEC0. Grayscale: #1D1D1D. Windows color (decimal): -12058305 or 4129096. OLE color: 4129096.

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

Color convert

RGB72163-
CMYK00.990.120.72
HSL307.61º97.26%14.31%-
HSV(B)307.61º98.61%28.24%-
XYZ3.581.764.85-
YUV29.3147.02158.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 63 (25% from 255) = 46.32%
R=52.94%
G=0.74%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216300.990.120.72307.6197.2614.31
Hex4813F063C4813461e
Octal11017701431411046414116
Binary10010001111111011000111100100100010011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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