Html Css Color HEX #500538 Tyrian Purple

📋 copy color: '#500538'

red 80 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #500538

Tints of Tyrian Purple #500538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 56.74%
G = 3.55%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500538 (or 0x500538) is known color: Tyrian Purple. HEX triplet: 50, 05 and 38. RGB value is (80,5,56). Sum of RGB (Red+Green+Blue) = 80+5+56=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500538 is #AFFAC7. Grayscale: #212121. Windows color (decimal): -11533000 or 3671376. OLE color: 3671376.

HSL color Cylindrical-coordinate representation of color #500538: hue angle of 319.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500538 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 56 -
CMYK 0 0.94 0.30 0.69
HSL 319.2º 0.88% 0.17% -
HSV(B) 319.2º 0.94% 0.31% -
XYZ 4.08 2.1 3.93 -
YUV 33.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 80 5 56 0 0.94 0.30 0.69 319.2 0.88 0.17
Hex 50 5 38 0 5E 1E 45 13F 58 11
Octal 120 5 70 0 136 36 105 477 130 21
Binary 1010000 101 111000 0 1011110 11110 1000101 100111111 1011000 10001

Color Harmonies of #500538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500538

Black with #500538

Text Example


Text Example

White with #500538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500538; }

 p { color: rgb(80,5,56); }

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

background-color css

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

 a { background-color: rgb(80,5,56); }

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

border-color css

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

 span { border-color: rgb(80,5,56); }

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