Html Css Color HEX #500046 Tyrian Purple

📋 copy color: '#500046'

red 80 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #500046

Tints of Tyrian Purple #500046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500046 (or 0x500046) is known color: Tyrian Purple. HEX triplet: 50, 00 and 46. RGB value is (80,0,70). Sum of RGB (Red+Green+Blue) = 80+0+70=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500046 is #AFFFB9. Grayscale: #1F1F1F. Windows color (decimal): -11534266 or 4587600. OLE color: 4587600.

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

Color convert

RGB 80 0 70 -
CMYK 0 1 0.12 0.69
HSL 307.5º 1% 0.16% -
HSV(B) 307.5º 1% 0.31% -
XYZ 4.41 2.15 5.98 -
YUV 31.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 80 0 70 0 1 0.12 0.69 307.5 1 0.16
Hex 50 0 46 0 64 C 45 134 64 10
Octal 120 0 106 0 144 14 105 464 144 20
Binary 1010000 0 1000110 0 1100100 1100 1000101 100110100 1100100 10000

Color Harmonies of #500046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500046

Black with #500046

Text Example


Text Example

White with #500046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500046; }

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

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

background-color css

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

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

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

border-color css

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

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

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