#480240

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

Shades of Tyrian Purple #480240

Tints of Tyrian Purple #480240

Color information

#480240 (or 0x480240) is unknown color: approx Tyrian Purple. HEX triplet: 48, 02 and 40. RGB value is (72,2,64). Sum of RGB (Red+Green+Blue) = 72+2+64=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480240 is #B7FDBF. Grayscale: #1D1D1D. Windows color (decimal): -12058048 or 4194888. OLE color: 4194888.

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

Color convert

RGB72264-
CMYK00.970.110.72
HSL306.86º94.59%14.51%-
HSV(B)306.86º97.22%28.24%-
XYZ3.621.795.01-
YUV30147.19157.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=52.17%
G=1.45%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226400.970.110.72306.8694.5914.51
Hex48240061B481335ff
Octal110210001411311046313717
Binary1001000101000000011000011011100100010011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480240; }

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

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

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

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

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

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

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

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