#480040

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

Shades of Tyrian Purple #480040

Tints of Tyrian Purple #480040

Color information

#480040 (or 0x480040) is unknown color: approx Tyrian Purple. HEX triplet: 48, 00 and 40. RGB value is (72,0,64). Sum of RGB (Red+Green+Blue) = 72+0+64=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #480040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480040 is #B7FFBF. Grayscale: #1C1C1C. Windows color (decimal): -12058560 or 4194376. OLE color: 4194376.

HSL color Cylindrical-coordinate representation of color #480040: hue angle of 306.67º 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 #480040 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB72064-
CMYK010.110.72
HSL306.67º100%14.12%-
HSV(B)306.67º100%28.24%-
XYZ3.61.755-
YUV28.82147.85158.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=52.94%
G=0%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72064010.110.72306.6710014.12
Hex48040064B4813364e
Octal110010001441311046314416
Binary100100001000000011001001011100100010011001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480040; }

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

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

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

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

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

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

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

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