Html Css Color HEX #520541 Tyrian Purple

📋 copy color: '#520541'

red 82 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #520541

Tints of Tyrian Purple #520541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 53.95%
G = 3.29%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#520541 (or 0x520541) is known color: Tyrian Purple. HEX triplet: 52, 05 and 41. RGB value is (82,5,65). Sum of RGB (Red+Green+Blue) = 82+5+65=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520541 is #ADFABE. Grayscale: #222222. Windows color (decimal): -11401919 or 4261202. OLE color: 4261202.

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

Color convert

RGB 82 5 65 -
CMYK 0 0.94 0.21 0.68
HSL 313.25º 0.89% 0.17% -
HSV(B) 313.25º 0.94% 0.32% -
XYZ 4.49 2.28 5.21 -
YUV 34.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 82 5 65 0 0.94 0.21 0.68 313.25 0.89 0.17
Hex 52 5 41 0 5E 15 44 139 59 11
Octal 122 5 101 0 136 25 104 471 131 21
Binary 1010010 101 1000001 0 1011110 10101 1000100 100111001 1011001 10001

Color Harmonies of #520541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520541

Black with #520541

Text Example


Text Example

White with #520541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520541; }

 p { color: rgb(82,5,65); }

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

background-color css

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

 a { background-color: rgb(82,5,65); }

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

border-color css

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

 span { border-color: rgb(82,5,65); }

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