Html Css Color HEX #50043C Tyrian Purple

📋 copy color: '#50043C'

red 80 ◦ green 4 ◦ blue 60

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

Shades of Tyrian Purple #50043C

Tints of Tyrian Purple #50043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 55.56%
G = 2.78%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50043C (or 0x50043C) is known color: Tyrian Purple. HEX triplet: 50, 04 and 3C. RGB value is (80,4,60). Sum of RGB (Red+Green+Blue) = 80+4+60=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043C is #AFFBC3. Grayscale: #202020. Windows color (decimal): -11533252 or 3933264. OLE color: 3933264.

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

Color convert

RGB 80 4 60 -
CMYK 0 0.95 0.25 0.69
HSL 315.79º 0.9% 0.16% -
HSV(B) 315.79º 0.95% 0.31% -
XYZ 4.17 2.12 4.46 -
YUV 33.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 80 4 60 0 0.95 0.25 0.69 315.79 0.9 0.16
Hex 50 4 3C 0 5F 19 45 13C 5A 10
Octal 120 4 74 0 137 31 105 474 132 20
Binary 1010000 100 111100 0 1011111 11001 1000101 100111100 1011010 10000

Color Harmonies of #50043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50043C

Black with #50043C

Text Example


Text Example

White with #50043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,60); }

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

background-color css

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

 a { background-color: rgb(80,4,60); }

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

border-color css

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

 span { border-color: rgb(80,4,60); }

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