Html Css Color HEX #480040 Tyrian Purple

📋 copy color: '#480040'

red 72 ◦ green 0 ◦ blue 64

#480040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #480040

Tints of Tyrian Purple #480040

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 value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#480040 (or 0x480040) is known color: 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

RGB 72 0 64 -
CMYK 0 1 0.11 0.72
HSL 306.67º 1% 0.14% -
HSV(B) 306.67º 1% 0.28% -
XYZ 3.6 1.75 5 -
YUV 28.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 72 0 64 0 1 0.11 0.72 306.67 1 0.14
Hex 48 0 40 0 64 B 48 133 64 E
Octal 110 0 100 0 144 13 110 463 144 16
Binary 1001000 0 1000000 0 1100100 1011 1001000 100110011 1100100 1110

Color Harmonies of #480040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480040

Black with #480040

Text Example


Text Example

White with #480040

Text Example


Text Example

HTML Codes & Css Web 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>