Html Css Color HEX #520437 Tyrian Purple

📋 copy color: '#520437'

red 82 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #520437

Tints of Tyrian Purple #520437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 58.16%
G = 2.84%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#520437 (or 0x520437) is known color: Tyrian Purple. HEX triplet: 52, 04 and 37. RGB value is (82,4,55). Sum of RGB (Red+Green+Blue) = 82+4+55=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520437 is #ADFBC8. Grayscale: #212121. Windows color (decimal): -11402185 or 3605586. OLE color: 3605586.

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

Color convert

RGB 82 4 55 -
CMYK 0 0.95 0.33 0.68
HSL 320.77º 0.91% 0.17% -
HSV(B) 320.77º 0.95% 0.32% -
XYZ 4.21 2.16 3.81 -
YUV 33.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 82 4 55 0 0.95 0.33 0.68 320.77 0.91 0.17
Hex 52 4 37 0 5F 21 44 141 5B 11
Octal 122 4 67 0 137 41 104 501 133 21
Binary 1010010 100 110111 0 1011111 100001 1000100 101000001 1011011 10001

Color Harmonies of #520437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520437

Black with #520437

Text Example


Text Example

White with #520437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520437; }

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

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

background-color css

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

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

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

border-color css

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

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

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