Html Css Color HEX #50093B Tyrian Purple

📋 copy color: '#50093B'

red 80 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #50093B

Tints of Tyrian Purple #50093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 54.05%
G = 6.08%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50093B (or 0x50093B) is known color: Tyrian Purple. HEX triplet: 50, 09 and 3B. RGB value is (80,9,59). Sum of RGB (Red+Green+Blue) = 80+9+59=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50093B is #AFF6C4. Grayscale: #232323. Windows color (decimal): -11531973 or 3869008. OLE color: 3869008.

HSL color Cylindrical-coordinate representation of color #50093B: hue angle of 317.75º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50093B is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 59 -
CMYK 0 0.89 0.26 0.69
HSL 317.75º 0.8% 0.17% -
HSV(B) 317.75º 0.89% 0.31% -
XYZ 4.2 2.22 4.34 -
YUV 35.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 80 9 59 0 0.89 0.26 0.69 317.75 0.8 0.17
Hex 50 9 3B 0 59 1A 45 13E 50 11
Octal 120 11 73 0 131 32 105 476 120 21
Binary 1010000 1001 111011 0 1011001 11010 1000101 100111110 1010000 10001

Color Harmonies of #50093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50093B

Black with #50093B

Text Example


Text Example

White with #50093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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