Html Css Color HEX #500336 Tyrian Purple

📋 copy color: '#500336'

red 80 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #500336

Tints of Tyrian Purple #500336

RGB

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

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

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

R = 58.39%
G = 2.19%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#500336 (or 0x500336) is known color: Tyrian Purple. HEX triplet: 50, 03 and 36. RGB value is (80,3,54). Sum of RGB (Red+Green+Blue) = 80+3+54=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500336 is #AFFCC9. Grayscale: #1F1F1F. Windows color (decimal): -11533514 or 3539792. OLE color: 3539792.

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

Color convert

RGB 80 3 54 -
CMYK 0 0.96 0.33 0.69
HSL 320.26º 0.93% 0.16% -
HSV(B) 320.26º 0.96% 0.31% -
XYZ 4.01 2.04 3.67 -
YUV 31.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 80 3 54 0 0.96 0.33 0.69 320.26 0.93 0.16
Hex 50 3 36 0 60 21 45 140 5D 10
Octal 120 3 66 0 140 41 105 500 135 20
Binary 1010000 11 110110 0 1100000 100001 1000101 101000000 1011101 10000

Color Harmonies of #500336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500336

Black with #500336

Text Example


Text Example

White with #500336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500336; }

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

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

background-color css

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

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

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

border-color css

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

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

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