Html Css Color HEX #500031 Tyrian Purple

📋 copy color: '#500031'

red 80 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #500031

Tints of Tyrian Purple #500031

RGB

 RED value IS 80 (31.64% from 255) = 62.02%

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

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

R = 62.02%
G = 0%
B = 37.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#500031 (or 0x500031) is known color: Tyrian Purple. HEX triplet: 50, 00 and 31. RGB value is (80,0,49). Sum of RGB (Red+Green+Blue) = 80+0+49=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500031 is #AFFFCE. Grayscale: #1D1D1D. Windows color (decimal): -11534287 or 3211344. OLE color: 3211344.

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

Color convert

RGB 80 0 49 -
CMYK 0 1 0.39 0.69
HSL 323.25º 1% 0.16% -
HSV(B) 323.25º 1% 0.31% -
XYZ 3.86 1.93 3.07 -
YUV 29.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 80 0 49 0 1 0.39 0.69 323.25 1 0.16
Hex 50 0 31 0 64 27 45 143 64 10
Octal 120 0 61 0 144 47 105 503 144 20
Binary 1010000 0 110001 0 1100100 100111 1000101 101000011 1100100 10000

Color Harmonies of #500031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500031

Black with #500031

Text Example


Text Example

White with #500031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500031; }

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

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

background-color css

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

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

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

border-color css

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

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

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