Html Css Color HEX #500838 Tyrian Purple

📋 copy color: '#500838'

red 80 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #500838

Tints of Tyrian Purple #500838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 55.56%
G = 5.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500838 (or 0x500838) is known color: Tyrian Purple. HEX triplet: 50, 08 and 38. RGB value is (80,8,56). Sum of RGB (Red+Green+Blue) = 80+8+56=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500838 is #AFF7C7. Grayscale: #222222. Windows color (decimal): -11532232 or 3672144. OLE color: 3672144.

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

Color convert

RGB 80 8 56 -
CMYK 0 0.90 0.30 0.69
HSL 320º 0.82% 0.17% -
HSV(B) 320º 0.9% 0.31% -
XYZ 4.11 2.16 3.94 -
YUV 35 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 80 8 56 0 0.90 0.30 0.69 320 0.82 0.17
Hex 50 8 38 0 5A 1E 45 140 52 11
Octal 120 10 70 0 132 36 105 500 122 21
Binary 1010000 1000 111000 0 1011010 11110 1000101 101000000 1010010 10001

Color Harmonies of #500838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500838

Black with #500838

Text Example


Text Example

White with #500838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500838; }

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

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

background-color css

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

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

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

border-color css

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

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

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