Html Css Color HEX #50083D Tyrian Purple

📋 copy color: '#50083D'

red 80 ◦ green 8 ◦ blue 61

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

Shades of Tyrian Purple #50083D

Tints of Tyrian Purple #50083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 61 (24.22% from 255) = 40.94%

R = 53.69%
G = 5.37%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50083D (or 0x50083D) is known color: Tyrian Purple. HEX triplet: 50, 08 and 3D. RGB value is (80,8,61). Sum of RGB (Red+Green+Blue) = 80+8+61=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50083D is #AFF7C2. Grayscale: #232323. Windows color (decimal): -11532227 or 3999824. OLE color: 3999824.

HSL color Cylindrical-coordinate representation of color #50083D: hue angle of 315.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50083D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 61 -
CMYK 0 0.90 0.24 0.69
HSL 315.83º 0.82% 0.17% -
HSV(B) 315.83º 0.9% 0.31% -
XYZ 4.24 2.22 4.62 -
YUV 35.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 80 8 61 0 0.90 0.24 0.69 315.83 0.82 0.17
Hex 50 8 3D 0 5A 18 45 13C 52 11
Octal 120 10 75 0 132 30 105 474 122 21
Binary 1010000 1000 111101 0 1011010 11000 1000101 100111100 1010010 10001

Color Harmonies of #50083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50083D

Black with #50083D

Text Example


Text Example

White with #50083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50083D; }

 p { color: rgb(80,8,61); }

 H1.HeaderClassName
 {
   color: #50083D;
 }
 .AnyTagClassName
 {
   color: #50083D;
 }
</style>

background-color css

<style>
 a { background-color: #50083D; }

 a { background-color: rgb(80,8,61); }

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

border-color css

<style>
 span { border-color: #50083D; }

 span { border-color: rgb(80,8,61); }

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