#480041

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

Shades of Tyrian Purple #480041

Tints of Tyrian Purple #480041

Color information

#480041 (or 0x480041) is unknown color: approx Tyrian Purple. HEX triplet: 48, 00 and 41. RGB value is (72,0,65). Sum of RGB (Red+Green+Blue) = 72+0+65=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #480041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480041 is #B7FFBE. Grayscale: #1C1C1C. Windows color (decimal): -12058559 or 4259912. OLE color: 4259912.

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

Color convert

RGB72065-
CMYK010.100.72
HSL305.83º100%14.12%-
HSV(B)305.83º100%28.24%-
XYZ3.631.765.15-
YUV28.94148.35158.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=52.55%
G=0%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72065010.100.72305.8310014.12
Hex48041064A4813264e
Octal110010101441211046214416
Binary100100001000001011001001010100100010011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480041; }

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

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

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

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

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

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

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

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