#48013E

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

Shades of Tyrian Purple #48013E

Tints of Tyrian Purple #48013E

Color information

#48013E (or 0x48013E) is unknown color: approx Tyrian Purple. HEX triplet: 48, 01 and 3E. RGB value is (72,1,62). Sum of RGB (Red+Green+Blue) = 72+1+62=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013E is #B7FEC1. Grayscale: #1D1D1D. Windows color (decimal): -12058306 or 4063560. OLE color: 4063560.

HSL color Cylindrical-coordinate representation of color #48013E: hue angle of 308.45º 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 #48013E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB72162-
CMYK00.990.140.72
HSL308.45º97.26%14.31%-
HSV(B)308.45º98.61%28.24%-
XYZ3.551.754.71-
YUV29.18146.52158.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=53.33%
G=0.74%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216200.990.140.72308.4597.2614.31
Hex4813E063E4813461e
Octal11017601431611046414116
Binary10010001111110011000111110100100010011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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