Html Css Color HEX #500343 Tyrian Purple

📋 copy color: '#500343'

red 80 ◦ green 3 ◦ blue 67

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

Shades of Tyrian Purple #500343

Tints of Tyrian Purple #500343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 53.33%
G = 2%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500343 (or 0x500343) is known color: Tyrian Purple. HEX triplet: 50, 03 and 43. RGB value is (80,3,67). Sum of RGB (Red+Green+Blue) = 80+3+67=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500343 is #AFFCBC. Grayscale: #212121. Windows color (decimal): -11533501 or 4391760. OLE color: 4391760.

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

Color convert

RGB 80 3 67 -
CMYK 0 0.96 0.16 0.69
HSL 310.13º 0.93% 0.16% -
HSV(B) 310.13º 0.96% 0.31% -
XYZ 4.35 2.18 5.5 -
YUV 33.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 80 3 67 0 0.96 0.16 0.69 310.13 0.93 0.16
Hex 50 3 43 0 60 10 45 136 5D 10
Octal 120 3 103 0 140 20 105 466 135 20
Binary 1010000 11 1000011 0 1100000 10000 1000101 100110110 1011101 10000

Color Harmonies of #500343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500343

Black with #500343

Text Example


Text Example

White with #500343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500343; }

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

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

background-color css

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

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

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

border-color css

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

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

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