Html Css Color HEX #500648 Tyrian Purple

📋 copy color: '#500648'

red 80 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #500648

Tints of Tyrian Purple #500648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 50.63%
G = 3.8%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500648 (or 0x500648) is known color: Tyrian Purple. HEX triplet: 50, 06 and 48. RGB value is (80,6,72). Sum of RGB (Red+Green+Blue) = 80+6+72=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #500648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500648 is #AFF9B7. Grayscale: #232323. Windows color (decimal): -11532728 or 4720208. OLE color: 4720208.

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

Color convert

RGB 80 6 72 -
CMYK 0 0.92 0.10 0.69
HSL 306.49º 0.86% 0.17% -
HSV(B) 306.49º 0.93% 0.31% -
XYZ 4.54 2.3 6.34 -
YUV 35.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 80 6 72 0 0.92 0.10 0.69 306.49 0.86 0.17
Hex 50 6 48 0 5C A 45 132 56 11
Octal 120 6 110 0 134 12 105 462 126 21
Binary 1010000 110 1001000 0 1011100 1010 1000101 100110010 1010110 10001

Color Harmonies of #500648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500648

Black with #500648

Text Example


Text Example

White with #500648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500648; }

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

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

background-color css

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

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

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

border-color css

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

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

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