Html Css Color HEX #50034C Tyrian Purple

📋 copy color: '#50034C'

red 80 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #50034C

Tints of Tyrian Purple #50034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 50.31%
G = 1.89%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50034C (or 0x50034C) is known color: Tyrian Purple. HEX triplet: 50, 03 and 4C. RGB value is (80,3,76). Sum of RGB (Red+Green+Blue) = 80+3+76=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50034C is #AFFCB3. Grayscale: #222222. Windows color (decimal): -11533492 or 4981584. OLE color: 4981584.

HSL color Cylindrical-coordinate representation of color #50034C: hue angle of 303.12º 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 #50034C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 76 -
CMYK 0 0.96 0.05 0.69
HSL 303.12º 0.93% 0.16% -
HSV(B) 303.12º 0.96% 0.31% -
XYZ 4.65 2.29 7.04 -
YUV 34.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 80 3 76 0 0.96 0.05 0.69 303.12 0.93 0.16
Hex 50 3 4C 0 60 5 45 12F 5D 10
Octal 120 3 114 0 140 5 105 457 135 20
Binary 1010000 11 1001100 0 1100000 101 1000101 100101111 1011101 10000

Color Harmonies of #50034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50034C

Black with #50034C

Text Example


Text Example

White with #50034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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