Html Css Color HEX #500337 Tyrian Purple

📋 copy color: '#500337'

red 80 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #500337

Tints of Tyrian Purple #500337

RGB

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

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

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

R = 57.97%
G = 2.17%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#500337 (or 0x500337) is known color: Tyrian Purple. HEX triplet: 50, 03 and 37. RGB value is (80,3,55). Sum of RGB (Red+Green+Blue) = 80+3+55=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500337 is #AFFCC8. Grayscale: #1F1F1F. Windows color (decimal): -11533513 or 3605328. OLE color: 3605328.

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

Color convert

RGB 80 3 55 -
CMYK 0 0.96 0.31 0.69
HSL 319.48º 0.93% 0.16% -
HSV(B) 319.48º 0.96% 0.31% -
XYZ 4.03 2.05 3.8 -
YUV 31.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 80 3 55 0 0.96 0.31 0.69 319.48 0.93 0.16
Hex 50 3 37 0 60 1F 45 13F 5D 10
Octal 120 3 67 0 140 37 105 477 135 20
Binary 1010000 11 110111 0 1100000 11111 1000101 100111111 1011101 10000

Color Harmonies of #500337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500337

Black with #500337

Text Example


Text Example

White with #500337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500337; }

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

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

background-color css

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

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

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

border-color css

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

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

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