Html Css Color HEX #520337 Tyrian Purple

📋 copy color: '#520337'

red 82 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #520337

Tints of Tyrian Purple #520337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 58.57%
G = 2.14%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#520337 (or 0x520337) is known color: Tyrian Purple. HEX triplet: 52, 03 and 37. RGB value is (82,3,55). Sum of RGB (Red+Green+Blue) = 82+3+55=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #520337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520337 is #ADFCC8. Grayscale: #202020. Windows color (decimal): -11402441 or 3605330. OLE color: 3605330.

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

Color convert

RGB 82 3 55 -
CMYK 0 0.96 0.33 0.68
HSL 320.51º 0.93% 0.17% -
HSV(B) 320.51º 0.96% 0.32% -
XYZ 4.2 2.13 3.81 -
YUV 32.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 82 3 55 0 0.96 0.33 0.68 320.51 0.93 0.17
Hex 52 3 37 0 60 21 44 141 5D 11
Octal 122 3 67 0 140 41 104 501 135 21
Binary 1010010 11 110111 0 1100000 100001 1000100 101000001 1011101 10001

Color Harmonies of #520337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520337

Black with #520337

Text Example


Text Example

White with #520337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520337; }

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

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

background-color css

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

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

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

border-color css

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

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

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