Html Css Color HEX #500643 Tyrian Purple

📋 copy color: '#500643'

red 80 ◦ green 6 ◦ blue 67

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

Shades of Tyrian Purple #500643

Tints of Tyrian Purple #500643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 52.29%
G = 3.92%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500643 (or 0x500643) is known color: Tyrian Purple. HEX triplet: 50, 06 and 43. RGB value is (80,6,67). Sum of RGB (Red+Green+Blue) = 80+6+67=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500643 is #AFF9BC. Grayscale: #222222. Windows color (decimal): -11532733 or 4392528. OLE color: 4392528.

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

Color convert

RGB 80 6 67 -
CMYK 0 0.92 0.16 0.69
HSL 310.54º 0.86% 0.17% -
HSV(B) 310.54º 0.93% 0.31% -
XYZ 4.39 2.24 5.51 -
YUV 35.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 80 6 67 0 0.92 0.16 0.69 310.54 0.86 0.17
Hex 50 6 43 0 5C 10 45 137 56 11
Octal 120 6 103 0 134 20 105 467 126 21
Binary 1010000 110 1000011 0 1011100 10000 1000101 100110111 1010110 10001

Color Harmonies of #500643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500643

Black with #500643

Text Example


Text Example

White with #500643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500643; }

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

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

background-color css

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

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

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

border-color css

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

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

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