Html Css Color HEX #480240 Tyrian Purple

📋 copy color: '#480240'

red 72 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #480240

Tints of Tyrian Purple #480240

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

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 72 2 64 -
CMYK 0 0.97 0.11 0.72
HSL 306.86º 0.95% 0.15% -
HSV(B) 306.86º 0.97% 0.28% -
XYZ 3.62 1.79 5.01 -
YUV 30 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 72 2 64 0 0.97 0.11 0.72 306.86 0.95 0.15
Hex 48 2 40 0 61 B 48 133 5F F
Octal 110 2 100 0 141 13 110 463 137 17
Binary 1001000 10 1000000 0 1100001 1011 1001000 100110011 1011111 1111

Color Harmonies of #480240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480240

Black with #480240

Text Example


Text Example

White with #480240

Text Example


Text Example

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