Html Css Color HEX #520049 Tyrian Purple

📋 copy color: '#520049'

red 82 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #520049

Tints of Tyrian Purple #520049

RGB

 RED value IS 82 (32.42% from 255) = 52.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 52.9%
G = 0%
B = 47.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#520049 (or 0x520049) is known color: Tyrian Purple. HEX triplet: 52, 00 and 49. RGB value is (82,0,73). Sum of RGB (Red+Green+Blue) = 82+0+73=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520049 is #ADFFB6. Grayscale: #202020. Windows color (decimal): -11403191 or 4784210. OLE color: 4784210.

HSL color Cylindrical-coordinate representation of color #520049: hue angle of 306.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520049 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 73 -
CMYK 0 1 0.11 0.68
HSL 306.59º 1% 0.16% -
HSV(B) 306.59º 1% 0.32% -
XYZ 4.68 2.27 6.5 -
YUV 32.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 82 0 73 0 1 0.11 0.68 306.59 1 0.16
Hex 52 0 49 0 64 B 44 133 64 10
Octal 122 0 111 0 144 13 104 463 144 20
Binary 1010010 0 1001001 0 1100100 1011 1000100 100110011 1100100 10000

Color Harmonies of #520049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520049

Black with #520049

Text Example


Text Example

White with #520049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520049; }

 p { color: rgb(82,0,73); }

 H1.HeaderClassName
 {
   color: #520049;
 }
 .AnyTagClassName
 {
   color: #520049;
 }
</style>

background-color css

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

 a { background-color: rgb(82,0,73); }

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

border-color css

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

 span { border-color: rgb(82,0,73); }

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