Html Css Color HEX #520031 Tyrian Purple

📋 copy color: '#520031'

red 82 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #520031

Tints of Tyrian Purple #520031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 62.6%
G = 0%
B = 37.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#520031 (or 0x520031) is known color: Tyrian Purple. HEX triplet: 52, 00 and 31. RGB value is (82,0,49). Sum of RGB (Red+Green+Blue) = 82+0+49=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #520031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520031 is #ADFFCE. Grayscale: #1D1D1D. Windows color (decimal): -11403215 or 3211346. OLE color: 3211346.

HSL color Cylindrical-coordinate representation of color #520031: hue angle of 324.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520031 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 49 -
CMYK 0 1 0.40 0.68
HSL 324.15º 1% 0.16% -
HSV(B) 324.15º 1% 0.32% -
XYZ 4.03 2.02 3.08 -
YUV 30.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 82 0 49 0 1 0.40 0.68 324.15 1 0.16
Hex 52 0 31 0 64 28 44 144 64 10
Octal 122 0 61 0 144 50 104 504 144 20
Binary 1010010 0 110001 0 1100100 101000 1000100 101000100 1100100 10000

Color Harmonies of #520031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520031

Black with #520031

Text Example


Text Example

White with #520031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520031; }

 p { color: rgb(82,0,49); }

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

background-color css

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

 a { background-color: rgb(82,0,49); }

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

border-color css

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

 span { border-color: rgb(82,0,49); }

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