Html Css Color HEX #520841 Tyrian Purple

📋 copy color: '#520841'

red 82 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #520841

Tints of Tyrian Purple #520841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 52.9%
G = 5.16%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#520841 (or 0x520841) is known color: Tyrian Purple. HEX triplet: 52, 08 and 41. RGB value is (82,8,65). Sum of RGB (Red+Green+Blue) = 82+8+65=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520841 is #ADF7BE. Grayscale: #242424. Windows color (decimal): -11401151 or 4261970. OLE color: 4261970.

HSL color Cylindrical-coordinate representation of color #520841: hue angle of 313.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520841 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 65 -
CMYK 0 0.90 0.21 0.68
HSL 313.78º 0.82% 0.18% -
HSV(B) 313.78º 0.9% 0.32% -
XYZ 4.52 2.35 5.22 -
YUV 36.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 82 8 65 0 0.90 0.21 0.68 313.78 0.82 0.18
Hex 52 8 41 0 5A 15 44 13A 52 12
Octal 122 10 101 0 132 25 104 472 122 22
Binary 1010010 1000 1000001 0 1011010 10101 1000100 100111010 1010010 10010

Color Harmonies of #520841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520841

Black with #520841

Text Example


Text Example

White with #520841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520841; }

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

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

background-color css

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

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

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

border-color css

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

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

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