Html Css Color HEX #520546 Tyrian Purple

📋 copy color: '#520546'

red 82 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #520546

Tints of Tyrian Purple #520546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 52.23%
G = 3.18%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520546 (or 0x520546) is known color: Tyrian Purple. HEX triplet: 52, 05 and 46. RGB value is (82,5,70). Sum of RGB (Red+Green+Blue) = 82+5+70=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #520546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520546 is #ADFAB9. Grayscale: #232323. Windows color (decimal): -11401914 or 4588882. OLE color: 4588882.

HSL color Cylindrical-coordinate representation of color #520546: hue angle of 309.35º 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 #520546 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 5 70 -
CMYK 0 0.94 0.15 0.68
HSL 309.35º 0.89% 0.17% -
HSV(B) 309.35º 0.94% 0.32% -
XYZ 4.64 2.34 6 -
YUV 35.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 82 5 70 0 0.94 0.15 0.68 309.35 0.89 0.17
Hex 52 5 46 0 5E F 44 135 59 11
Octal 122 5 106 0 136 17 104 465 131 21
Binary 1010010 101 1000110 0 1011110 1111 1000100 100110101 1011001 10001

Color Harmonies of #520546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520546

Black with #520546

Text Example


Text Example

White with #520546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520546; }

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

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

background-color css

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

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

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

border-color css

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

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

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