Html Css Color HEX #520D3F Tyrian Purple

📋 copy color: '#520D3F'

red 82 ◦ green 13 ◦ blue 63

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

Shades of Tyrian Purple #520D3F

Tints of Tyrian Purple #520D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.23%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 51.9%
G = 8.23%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#520D3F (or 0x520D3F) is known color: Tyrian Purple. HEX triplet: 52, 0D and 3F. RGB value is (82,13,63). Sum of RGB (Red+Green+Blue) = 82+13+63=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #520D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D3F is #ADF2C0. Grayscale: #272727. Windows color (decimal): -11399873 or 4132178. OLE color: 4132178.

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

Color convert

RGB 82 13 63 -
CMYK 0 0.84 0.23 0.68
HSL 316.52º 0.73% 0.19% -
HSV(B) 316.52º 0.84% 0.32% -
XYZ 4.52 2.44 4.94 -
YUV 39.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 82 13 63 0 0.84 0.23 0.68 316.52 0.73 0.19
Hex 52 D 3F 0 54 17 44 13D 49 13
Octal 122 15 77 0 124 27 104 475 111 23
Binary 1010010 1101 111111 0 1010100 10111 1000100 100111101 1001001 10011

Color Harmonies of #520D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D3F

Black with #520D3F

Text Example


Text Example

White with #520D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,63); }

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

background-color css

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

 a { background-color: rgb(82,13,63); }

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

border-color css

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

 span { border-color: rgb(82,13,63); }

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