Html Css Color HEX #500744 Tyrian Purple

📋 copy color: '#500744'

red 80 ◦ green 7 ◦ blue 68

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

Shades of Tyrian Purple #500744

Tints of Tyrian Purple #500744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.87%

R = 51.61%
G = 4.52%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#500744 (or 0x500744) is known color: Tyrian Purple. HEX triplet: 50, 07 and 44. RGB value is (80,7,68). Sum of RGB (Red+Green+Blue) = 80+7+68=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500744 is #AFF8BB. Grayscale: #232323. Windows color (decimal): -11532476 or 4458320. OLE color: 4458320.

HSL color Cylindrical-coordinate representation of color #500744: hue angle of 309.86º 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 #500744 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 68 -
CMYK 0 0.91 0.15 0.69
HSL 309.86º 0.84% 0.17% -
HSV(B) 309.86º 0.91% 0.31% -
XYZ 4.43 2.27 5.67 -
YUV 35.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 80 7 68 0 0.91 0.15 0.69 309.86 0.84 0.17
Hex 50 7 44 0 5B F 45 136 54 11
Octal 120 7 104 0 133 17 105 466 124 21
Binary 1010000 111 1000100 0 1011011 1111 1000101 100110110 1010100 10001

Color Harmonies of #500744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500744

Black with #500744

Text Example


Text Example

White with #500744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500744; }

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

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

background-color css

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

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

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

border-color css

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

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

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