Html Css Color HEX #500946 Tyrian Purple

📋 copy color: '#500946'

red 80 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #500946

Tints of Tyrian Purple #500946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 50.31%
G = 5.66%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500946 (or 0x500946) is known color: Tyrian Purple. HEX triplet: 50, 09 and 46. RGB value is (80,9,70). Sum of RGB (Red+Green+Blue) = 80+9+70=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500946 is #AFF6B9. Grayscale: #252525. Windows color (decimal): -11531962 or 4589904. OLE color: 4589904.

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

Color convert

RGB 80 9 70 -
CMYK 0 0.89 0.12 0.69
HSL 308.45º 0.8% 0.17% -
HSV(B) 308.45º 0.89% 0.31% -
XYZ 4.51 2.34 6.01 -
YUV 37.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 80 9 70 0 0.89 0.12 0.69 308.45 0.8 0.17
Hex 50 9 46 0 59 C 45 134 50 11
Octal 120 11 106 0 131 14 105 464 120 21
Binary 1010000 1001 1000110 0 1011001 1100 1000101 100110100 1010000 10001

Color Harmonies of #500946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500946

Black with #500946

Text Example


Text Example

White with #500946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500946; }

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

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

background-color css

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

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

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

border-color css

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

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

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