Html Css Color HEX #500748 Tyrian Purple

📋 copy color: '#500748'

red 80 ◦ green 7 ◦ blue 72

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

Shades of Tyrian Purple #500748

Tints of Tyrian Purple #500748

RGB

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

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

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

R = 50.31%
G = 4.4%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500748 (or 0x500748) is known color: Tyrian Purple. HEX triplet: 50, 07 and 48. RGB value is (80,7,72). Sum of RGB (Red+Green+Blue) = 80+7+72=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500748 is #AFF8B7. Grayscale: #242424. Windows color (decimal): -11532472 or 4720464. OLE color: 4720464.

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

Color convert

RGB 80 7 72 -
CMYK 0 0.91 0.10 0.69
HSL 306.58º 0.84% 0.17% -
HSV(B) 306.58º 0.91% 0.31% -
XYZ 4.55 2.33 6.34 -
YUV 36.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 80 7 72 0 0.91 0.10 0.69 306.58 0.84 0.17
Hex 50 7 48 0 5B A 45 133 54 11
Octal 120 7 110 0 133 12 105 463 124 21
Binary 1010000 111 1001000 0 1011011 1010 1000101 100110011 1010100 10001

Color Harmonies of #500748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500748

Black with #500748

Text Example


Text Example

White with #500748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500748; }

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

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

background-color css

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

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

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

border-color css

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

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

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