#48003E

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

Shades of Tyrian Purple #48003E

Tints of Tyrian Purple #48003E

Color information

#48003E (or 0x48003E) is unknown color: approx Tyrian Purple. HEX triplet: 48, 00 and 3E. RGB value is (72,0,62). Sum of RGB (Red+Green+Blue) = 72+0+62=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48003E is #B7FFC1. Grayscale: #1C1C1C. Windows color (decimal): -12058562 or 4063304. OLE color: 4063304.

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

Color convert

RGB72062-
CMYK010.140.72
HSL308.33º100%14.12%-
HSV(B)308.33º100%28.24%-
XYZ3.541.734.7-
YUV28.6146.85158.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=53.73%
G=0%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72062010.140.72308.3310014.12
Hex4803E064E4813464e
Octal11007601441611046414416
Binary10010000111110011001001110100100010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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