Html Css Color HEX #520349 Tyrian Purple

📋 copy color: '#520349'

red 82 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #520349

Tints of Tyrian Purple #520349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 51.9%
G = 1.9%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#520349 (or 0x520349) is known color: Tyrian Purple. HEX triplet: 52, 03 and 49. RGB value is (82,3,73). Sum of RGB (Red+Green+Blue) = 82+3+73=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #520349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520349 is #ADFCB6. Grayscale: #222222. Windows color (decimal): -11402423 or 4784978. OLE color: 4784978.

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

Color convert

RGB 82 3 73 -
CMYK 0 0.96 0.11 0.68
HSL 306.84º 0.93% 0.17% -
HSV(B) 306.84º 0.96% 0.32% -
XYZ 4.71 2.34 6.51 -
YUV 34.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 82 3 73 0 0.96 0.11 0.68 306.84 0.93 0.17
Hex 52 3 49 0 60 B 44 133 5D 11
Octal 122 3 111 0 140 13 104 463 135 21
Binary 1010010 11 1001001 0 1100000 1011 1000100 100110011 1011101 10001

Color Harmonies of #520349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520349

Black with #520349

Text Example


Text Example

White with #520349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520349; }

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

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

background-color css

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

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

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

border-color css

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

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

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