Html Css Color HEX #520837 Tyrian Purple

📋 copy color: '#520837'

red 82 ◦ green 8 ◦ blue 55

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

Shades of Tyrian Purple #520837

Tints of Tyrian Purple #520837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 56.55%
G = 5.52%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#520837 (or 0x520837) is known color: Tyrian Purple. HEX triplet: 52, 08 and 37. RGB value is (82,8,55). Sum of RGB (Red+Green+Blue) = 82+8+55=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #520837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520837 is #ADF7C8. Grayscale: #232323. Windows color (decimal): -11401161 or 3606610. OLE color: 3606610.

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

Color convert

RGB 82 8 55 -
CMYK 0 0.90 0.33 0.68
HSL 321.89º 0.82% 0.18% -
HSV(B) 321.89º 0.9% 0.32% -
XYZ 4.26 2.24 3.82 -
YUV 35.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 82 8 55 0 0.90 0.33 0.68 321.89 0.82 0.18
Hex 52 8 37 0 5A 21 44 142 52 12
Octal 122 10 67 0 132 41 104 502 122 22
Binary 1010010 1000 110111 0 1011010 100001 1000100 101000010 1010010 10010

Color Harmonies of #520837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520837

Black with #520837

Text Example


Text Example

White with #520837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520837; }

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

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

background-color css

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

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

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

border-color css

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

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

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