Html Css Color HEX #500148 Tyrian Purple

📋 copy color: '#500148'

red 80 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #500148

Tints of Tyrian Purple #500148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 52.29%
G = 0.65%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500148 (or 0x500148) is known color: Tyrian Purple. HEX triplet: 50, 01 and 48. RGB value is (80,1,72). Sum of RGB (Red+Green+Blue) = 80+1+72=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500148 is #AFFEB7. Grayscale: #202020. Windows color (decimal): -11534008 or 4718928. OLE color: 4718928.

HSL color Cylindrical-coordinate representation of color #500148: hue angle of 306.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500148 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 72 -
CMYK 0 0.99 0.10 0.69
HSL 306.08º 0.98% 0.16% -
HSV(B) 306.08º 0.99% 0.31% -
XYZ 4.49 2.2 6.32 -
YUV 32.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 80 1 72 0 0.99 0.10 0.69 306.08 0.98 0.16
Hex 50 1 48 0 63 A 45 132 62 10
Octal 120 1 110 0 143 12 105 462 142 20
Binary 1010000 1 1001000 0 1100011 1010 1000101 100110010 1100010 10000

Color Harmonies of #500148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500148

Black with #500148

Text Example


Text Example

White with #500148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500148; }

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

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

background-color css

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

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

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

border-color css

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

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

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