Html Css Color HEX #500842 Tyrian Purple

📋 copy color: '#500842'

red 80 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #500842

Tints of Tyrian Purple #500842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.86%

R = 51.95%
G = 5.19%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500842 (or 0x500842) is known color: Tyrian Purple. HEX triplet: 50, 08 and 42. RGB value is (80,8,66). Sum of RGB (Red+Green+Blue) = 80+8+66=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500842 is #AFF7BD. Grayscale: #232323. Windows color (decimal): -11532222 or 4327504. OLE color: 4327504.

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

Color convert

RGB 80 8 66 -
CMYK 0 0.90 0.17 0.69
HSL 311.67º 0.82% 0.17% -
HSV(B) 311.67º 0.9% 0.31% -
XYZ 4.38 2.27 5.36 -
YUV 36.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 80 8 66 0 0.90 0.17 0.69 311.67 0.82 0.17
Hex 50 8 42 0 5A 11 45 138 52 11
Octal 120 10 102 0 132 21 105 470 122 21
Binary 1010000 1000 1000010 0 1011010 10001 1000101 100111000 1010010 10001

Color Harmonies of #500842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500842

Black with #500842

Text Example


Text Example

White with #500842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500842; }

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

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

background-color css

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

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

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

border-color css

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

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

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