Html Css Color HEX #50074A Tyrian Purple

📋 copy color: '#50074A'

red 80 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #50074A

Tints of Tyrian Purple #50074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 49.69%
G = 4.35%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50074A (or 0x50074A) is known color: Tyrian Purple. HEX triplet: 50, 07 and 4A. RGB value is (80,7,74). Sum of RGB (Red+Green+Blue) = 80+7+74=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50074A is #AFF8B5. Grayscale: #242424. Windows color (decimal): -11532470 or 4851536. OLE color: 4851536.

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

Color convert

RGB 80 7 74 -
CMYK 0 0.91 0.08 0.69
HSL 304.93º 0.84% 0.17% -
HSV(B) 304.93º 0.91% 0.31% -
XYZ 4.62 2.35 6.69 -
YUV 36.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 80 7 74 0 0.91 0.08 0.69 304.93 0.84 0.17
Hex 50 7 4A 0 5B 8 45 131 54 11
Octal 120 7 112 0 133 10 105 461 124 21
Binary 1010000 111 1001010 0 1011011 1000 1000101 100110001 1010100 10001

Color Harmonies of #50074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50074A

Black with #50074A

Text Example


Text Example

White with #50074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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