Html Css Color HEX #500645 Tyrian Purple

📋 copy color: '#500645'

red 80 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #500645

Tints of Tyrian Purple #500645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 44.52%

R = 51.61%
G = 3.87%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#500645 (or 0x500645) is known color: Tyrian Purple. HEX triplet: 50, 06 and 45. RGB value is (80,6,69). Sum of RGB (Red+Green+Blue) = 80+6+69=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500645 is #AFF9BA. Grayscale: #232323. Windows color (decimal): -11532731 or 4523600. OLE color: 4523600.

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

Color convert

RGB 80 6 69 -
CMYK 0 0.92 0.14 0.69
HSL 308.92º 0.86% 0.17% -
HSV(B) 308.92º 0.93% 0.31% -
XYZ 4.45 2.27 5.83 -
YUV 35.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 80 6 69 0 0.92 0.14 0.69 308.92 0.86 0.17
Hex 50 6 45 0 5C E 45 135 56 11
Octal 120 6 105 0 134 16 105 465 126 21
Binary 1010000 110 1000101 0 1011100 1110 1000101 100110101 1010110 10001

Color Harmonies of #500645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500645

Black with #500645

Text Example


Text Example

White with #500645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500645; }

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

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

background-color css

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

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

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

border-color css

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

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

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