Html Css Color HEX #520336 Tyrian Purple

📋 copy color: '#520336'

red 82 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #520336

Tints of Tyrian Purple #520336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.85%

R = 58.99%
G = 2.16%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#520336 (or 0x520336) is known color: Tyrian Purple. HEX triplet: 52, 03 and 36. RGB value is (82,3,54). Sum of RGB (Red+Green+Blue) = 82+3+54=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520336 is #ADFCC9. Grayscale: #202020. Windows color (decimal): -11402442 or 3539794. OLE color: 3539794.

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

Color convert

RGB 82 3 54 -
CMYK 0 0.96 0.34 0.68
HSL 321.27º 0.93% 0.17% -
HSV(B) 321.27º 0.96% 0.32% -
XYZ 4.18 2.13 3.68 -
YUV 32.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 82 3 54 0 0.96 0.34 0.68 321.27 0.93 0.17
Hex 52 3 36 0 60 22 44 141 5D 11
Octal 122 3 66 0 140 42 104 501 135 21
Binary 1010010 11 110110 0 1100000 100010 1000100 101000001 1011101 10001

Color Harmonies of #520336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520336

Black with #520336

Text Example


Text Example

White with #520336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520336; }

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

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

background-color css

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

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

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

border-color css

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

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

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