Html Css Color HEX #520940 Tyrian Purple

📋 copy color: '#520940'

red 82 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #520940

Tints of Tyrian Purple #520940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 52.9%
G = 5.81%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520940 (or 0x520940) is known color: Tyrian Purple. HEX triplet: 52, 09 and 40. RGB value is (82,9,64). Sum of RGB (Red+Green+Blue) = 82+9+64=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520940 is #ADF6BF. Grayscale: #242424. Windows color (decimal): -11400896 or 4196690. OLE color: 4196690.

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

Color convert

RGB 82 9 64 -
CMYK 0 0.89 0.22 0.68
HSL 314.79º 0.8% 0.18% -
HSV(B) 314.79º 0.89% 0.32% -
XYZ 4.5 2.36 5.07 -
YUV 37.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 82 9 64 0 0.89 0.22 0.68 314.79 0.8 0.18
Hex 52 9 40 0 59 16 44 13B 50 12
Octal 122 11 100 0 131 26 104 473 120 22
Binary 1010010 1001 1000000 0 1011001 10110 1000100 100111011 1010000 10010

Color Harmonies of #520940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520940

Black with #520940

Text Example


Text Example

White with #520940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520940; }

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

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

background-color css

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

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

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

border-color css

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

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

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