Html Css Color HEX #520547 Tyrian Purple

📋 copy color: '#520547'

red 82 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #520547

Tints of Tyrian Purple #520547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 51.9%
G = 3.16%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#520547 (or 0x520547) is known color: Tyrian Purple. HEX triplet: 52, 05 and 47. RGB value is (82,5,71). Sum of RGB (Red+Green+Blue) = 82+5+71=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #520547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520547 is #ADFAB8. Grayscale: #232323. Windows color (decimal): -11401913 or 4654418. OLE color: 4654418.

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

Color convert

RGB 82 5 71 -
CMYK 0 0.94 0.13 0.68
HSL 308.57º 0.89% 0.17% -
HSV(B) 308.57º 0.94% 0.32% -
XYZ 4.67 2.36 6.17 -
YUV 35.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 82 5 71 0 0.94 0.13 0.68 308.57 0.89 0.17
Hex 52 5 47 0 5E D 44 135 59 11
Octal 122 5 107 0 136 15 104 465 131 21
Binary 1010010 101 1000111 0 1011110 1101 1000100 100110101 1011001 10001

Color Harmonies of #520547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520547

Black with #520547

Text Example


Text Example

White with #520547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520547; }

 p { color: rgb(82,5,71); }

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

background-color css

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

 a { background-color: rgb(82,5,71); }

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

border-color css

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

 span { border-color: rgb(82,5,71); }

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