Html Css Color HEX #500D42 Tyrian Purple

📋 copy color: '#500D42'

red 80 ◦ green 13 ◦ blue 66

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

Shades of Tyrian Purple #500D42

Tints of Tyrian Purple #500D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 50.31%
G = 8.18%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500D42 (or 0x500D42) is known color: Tyrian Purple. HEX triplet: 50, 0D and 42. RGB value is (80,13,66). Sum of RGB (Red+Green+Blue) = 80+13+66=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D42 is #AFF2BD. Grayscale: #262626. Windows color (decimal): -11530942 or 4328784. OLE color: 4328784.

HSL color Cylindrical-coordinate representation of color #500D42: hue angle of 312.54º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D42 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 66 -
CMYK 0 0.84 0.17 0.69
HSL 312.54º 0.72% 0.18% -
HSV(B) 312.54º 0.84% 0.31% -
XYZ 4.44 2.39 5.38 -
YUV 39.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 80 13 66 0 0.84 0.17 0.69 312.54 0.72 0.18
Hex 50 D 42 0 54 11 45 139 48 12
Octal 120 15 102 0 124 21 105 471 110 22
Binary 1010000 1101 1000010 0 1010100 10001 1000101 100111001 1001000 10010

Color Harmonies of #500D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D42

Black with #500D42

Text Example


Text Example

White with #500D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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