Html Css Color HEX #500743 Tyrian Purple

📋 copy color: '#500743'

red 80 ◦ green 7 ◦ blue 67

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

Shades of Tyrian Purple #500743

Tints of Tyrian Purple #500743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.51%

R = 51.95%
G = 4.55%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500743 (or 0x500743) is known color: Tyrian Purple. HEX triplet: 50, 07 and 43. RGB value is (80,7,67). Sum of RGB (Red+Green+Blue) = 80+7+67=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500743 is #AFF8BC. Grayscale: #232323. Windows color (decimal): -11532477 or 4392784. OLE color: 4392784.

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

Color convert

RGB 80 7 67 -
CMYK 0 0.91 0.16 0.69
HSL 310.68º 0.84% 0.17% -
HSV(B) 310.68º 0.91% 0.31% -
XYZ 4.4 2.26 5.52 -
YUV 35.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 80 7 67 0 0.91 0.16 0.69 310.68 0.84 0.17
Hex 50 7 43 0 5B 10 45 137 54 11
Octal 120 7 103 0 133 20 105 467 124 21
Binary 1010000 111 1000011 0 1011011 10000 1000101 100110111 1010100 10001

Color Harmonies of #500743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500743

Black with #500743

Text Example


Text Example

White with #500743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500743; }

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

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

background-color css

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

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

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

border-color css

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

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

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