#480140

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

Shades of Tyrian Purple #480140

Tints of Tyrian Purple #480140

Color information

#480140 (or 0x480140) is unknown color: approx Tyrian Purple. HEX triplet: 48, 01 and 40. RGB value is (72,1,64). Sum of RGB (Red+Green+Blue) = 72+1+64=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #480140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480140 is #B7FEBF. Grayscale: #1D1D1D. Windows color (decimal): -12058304 or 4194632. OLE color: 4194632.

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

Color convert

RGB72164-
CMYK00.990.110.72
HSL306.76º97.26%14.31%-
HSV(B)306.76º98.61%28.24%-
XYZ3.611.775-
YUV29.41147.52158.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=52.55%
G=0.73%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216400.990.110.72306.7697.2614.31
Hex48140063B4813361e
Octal110110001431311046314116
Binary100100011000000011000111011100100010011001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480140; }

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

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

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

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

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

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

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

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