Html Css Color HEX #520946 Tyrian Purple

📋 copy color: '#520946'

red 82 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #520946

Tints of Tyrian Purple #520946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 50.93%
G = 5.59%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520946 (or 0x520946) is known color: Tyrian Purple. HEX triplet: 52, 09 and 46. RGB value is (82,9,70). Sum of RGB (Red+Green+Blue) = 82+9+70=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520946 is #ADF6B9. Grayscale: #252525. Windows color (decimal): -11400890 or 4589906. OLE color: 4589906.

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

Color convert

RGB 82 9 70 -
CMYK 0 0.89 0.15 0.68
HSL 309.86º 0.8% 0.18% -
HSV(B) 309.86º 0.89% 0.32% -
XYZ 4.68 2.43 6.02 -
YUV 37.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 82 9 70 0 0.89 0.15 0.68 309.86 0.8 0.18
Hex 52 9 46 0 59 F 44 136 50 12
Octal 122 11 106 0 131 17 104 466 120 22
Binary 1010010 1001 1000110 0 1011001 1111 1000100 100110110 1010000 10010

Color Harmonies of #520946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520946

Black with #520946

Text Example


Text Example

White with #520946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520946; }

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

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

background-color css

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

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

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

border-color css

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

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

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