Html Css Color HEX #500B46 Tyrian Purple

📋 copy color: '#500B46'

red 80 ◦ green 11 ◦ blue 70

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

Shades of Tyrian Purple #500B46

Tints of Tyrian Purple #500B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.83%

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 49.69%
G = 6.83%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500B46 (or 0x500B46) is known color: Tyrian Purple. HEX triplet: 50, 0B and 46. RGB value is (80,11,70). Sum of RGB (Red+Green+Blue) = 80+11+70=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #500B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B46 is #AFF4B9. Grayscale: #262626. Windows color (decimal): -11531450 or 4590416. OLE color: 4590416.

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

Color convert

RGB 80 11 70 -
CMYK 0 0.86 0.12 0.69
HSL 308.7º 0.76% 0.18% -
HSV(B) 308.7º 0.86% 0.31% -
XYZ 4.53 2.39 6.02 -
YUV 38.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 80 11 70 0 0.86 0.12 0.69 308.7 0.76 0.18
Hex 50 B 46 0 56 C 45 135 4C 12
Octal 120 13 106 0 126 14 105 465 114 22
Binary 1010000 1011 1000110 0 1010110 1100 1000101 100110101 1001100 10010

Color Harmonies of #500B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B46

Black with #500B46

Text Example


Text Example

White with #500B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,70); }

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

background-color css

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

 a { background-color: rgb(80,11,70); }

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

border-color css

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

 span { border-color: rgb(80,11,70); }

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