Html Css Color HEX #520649 Tyrian Purple

📋 copy color: '#520649'

red 82 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #520649

Tints of Tyrian Purple #520649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 50.93%
G = 3.73%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#520649 (or 0x520649) is known color: Tyrian Purple. HEX triplet: 52, 06 and 49. RGB value is (82,6,73). Sum of RGB (Red+Green+Blue) = 82+6+73=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520649 is #ADF9B6. Grayscale: #242424. Windows color (decimal): -11401655 or 4785746. OLE color: 4785746.

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

Color convert

RGB 82 6 73 -
CMYK 0 0.93 0.11 0.68
HSL 307.11º 0.86% 0.17% -
HSV(B) 307.11º 0.93% 0.32% -
XYZ 4.75 2.41 6.52 -
YUV 36.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 82 6 73 0 0.93 0.11 0.68 307.11 0.86 0.17
Hex 52 6 49 0 5D B 44 133 56 11
Octal 122 6 111 0 135 13 104 463 126 21
Binary 1010010 110 1001001 0 1011101 1011 1000100 100110011 1010110 10001

Color Harmonies of #520649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520649

Black with #520649

Text Example


Text Example

White with #520649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520649; }

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

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

background-color css

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

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

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

border-color css

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

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

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