Html Css Color HEX #50093F Tyrian Purple

📋 copy color: '#50093F'

red 80 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #50093F

Tints of Tyrian Purple #50093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 52.63%
G = 5.92%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50093F (or 0x50093F) is known color: Tyrian Purple. HEX triplet: 50, 09 and 3F. RGB value is (80,9,63). Sum of RGB (Red+Green+Blue) = 80+9+63=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #50093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50093F is #AFF6C0. Grayscale: #242424. Windows color (decimal): -11531969 or 4131152. OLE color: 4131152.

HSL color Cylindrical-coordinate representation of color #50093F: hue angle of 314.37º 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 #50093F is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 63 -
CMYK 0 0.89 0.21 0.69
HSL 314.37º 0.8% 0.17% -
HSV(B) 314.37º 0.89% 0.31% -
XYZ 4.3 2.26 4.91 -
YUV 36.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 80 9 63 0 0.89 0.21 0.69 314.37 0.8 0.17
Hex 50 9 3F 0 59 15 45 13A 50 11
Octal 120 11 77 0 131 25 105 472 120 21
Binary 1010000 1001 111111 0 1011001 10101 1000101 100111010 1010000 10001

Color Harmonies of #50093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50093F

Black with #50093F

Text Example


Text Example

White with #50093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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