Html Css Color HEX #50033B Tyrian Purple

📋 copy color: '#50033B'

red 80 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #50033B

Tints of Tyrian Purple #50033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 56.34%
G = 2.11%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50033B (or 0x50033B) is known color: Tyrian Purple. HEX triplet: 50, 03 and 3B. RGB value is (80,3,59). Sum of RGB (Red+Green+Blue) = 80+3+59=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50033B is #AFFCC4. Grayscale: #202020. Windows color (decimal): -11533509 or 3867472. OLE color: 3867472.

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

Color convert

RGB 80 3 59 -
CMYK 0 0.96 0.26 0.69
HSL 316.36º 0.93% 0.16% -
HSV(B) 316.36º 0.96% 0.31% -
XYZ 4.13 2.09 4.32 -
YUV 32.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 80 3 59 0 0.96 0.26 0.69 316.36 0.93 0.16
Hex 50 3 3B 0 60 1A 45 13C 5D 10
Octal 120 3 73 0 140 32 105 474 135 20
Binary 1010000 11 111011 0 1100000 11010 1000101 100111100 1011101 10000

Color Harmonies of #50033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50033B

Black with #50033B

Text Example


Text Example

White with #50033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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