Html Css Color HEX #520637 Tyrian Purple

📋 copy color: '#520637'

red 82 ◦ green 6 ◦ blue 55

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

Shades of Tyrian Purple #520637

Tints of Tyrian Purple #520637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 57.34%
G = 4.2%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#520637 (or 0x520637) is known color: Tyrian Purple. HEX triplet: 52, 06 and 37. RGB value is (82,6,55). Sum of RGB (Red+Green+Blue) = 82+6+55=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520637 is #ADF9C8. Grayscale: #222222. Windows color (decimal): -11401673 or 3606098. OLE color: 3606098.

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

Color convert

RGB 82 6 55 -
CMYK 0 0.93 0.33 0.68
HSL 321.32º 0.86% 0.17% -
HSV(B) 321.32º 0.93% 0.32% -
XYZ 4.23 2.2 3.82 -
YUV 34.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 82 6 55 0 0.93 0.33 0.68 321.32 0.86 0.17
Hex 52 6 37 0 5D 21 44 141 56 11
Octal 122 6 67 0 135 41 104 501 126 21
Binary 1010010 110 110111 0 1011101 100001 1000100 101000001 1010110 10001

Color Harmonies of #520637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520637

Black with #520637

Text Example


Text Example

White with #520637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520637; }

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

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

background-color css

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

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

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

border-color css

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

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

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