Html Css Color HEX #500746 Tyrian Purple

📋 copy color: '#500746'

red 80 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #500746

Tints of Tyrian Purple #500746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 50.96%
G = 4.46%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500746 (or 0x500746) is known color: Tyrian Purple. HEX triplet: 50, 07 and 46. RGB value is (80,7,70). Sum of RGB (Red+Green+Blue) = 80+7+70=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500746 is #AFF8B9. Grayscale: #232323. Windows color (decimal): -11532474 or 4589392. OLE color: 4589392.

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

Color convert

RGB 80 7 70 -
CMYK 0 0.91 0.12 0.69
HSL 308.22º 0.84% 0.17% -
HSV(B) 308.22º 0.91% 0.31% -
XYZ 4.49 2.3 6 -
YUV 36.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 80 7 70 0 0.91 0.12 0.69 308.22 0.84 0.17
Hex 50 7 46 0 5B C 45 134 54 11
Octal 120 7 106 0 133 14 105 464 124 21
Binary 1010000 111 1000110 0 1011011 1100 1000101 100110100 1010100 10001

Color Harmonies of #500746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500746

Black with #500746

Text Example


Text Example

White with #500746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500746; }

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

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

background-color css

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

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

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

border-color css

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

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

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