Html Css Color HEX #520E4A Tyrian Purple

📋 copy color: '#520E4A'

red 82 ◦ green 14 ◦ blue 74

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

Shades of Tyrian Purple #520E4A

Tints of Tyrian Purple #520E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 48.24%
G = 8.24%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#520E4A (or 0x520E4A) is known color: Tyrian Purple. HEX triplet: 52, 0E and 4A. RGB value is (82,14,74). Sum of RGB (Red+Green+Blue) = 82+14+74=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #520E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E4A is #ADF1B5. Grayscale: #292929. Windows color (decimal): -11399606 or 4853330. OLE color: 4853330.

HSL color Cylindrical-coordinate representation of color #520E4A: hue angle of 307.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E4A is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 74 -
CMYK 0 0.83 0.10 0.68
HSL 307.06º 0.71% 0.19% -
HSV(B) 307.06º 0.83% 0.32% -
XYZ 4.87 2.6 6.72 -
YUV 41.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 82 14 74 0 0.83 0.10 0.68 307.06 0.71 0.19
Hex 52 E 4A 0 53 A 44 133 47 13
Octal 122 16 112 0 123 12 104 463 107 23
Binary 1010010 1110 1001010 0 1010011 1010 1000100 100110011 1000111 10011

Color Harmonies of #520E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E4A

Black with #520E4A

Text Example


Text Example

White with #520E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520E4A; }

 p { color: rgb(82,14,74); }

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

background-color css

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

 a { background-color: rgb(82,14,74); }

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

border-color css

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

 span { border-color: rgb(82,14,74); }

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