Html Css Color HEX #50033F Tyrian Purple

📋 copy color: '#50033F'

red 80 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #50033F

Tints of Tyrian Purple #50033F

RGB

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

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

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

R = 54.79%
G = 2.05%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50033F (or 0x50033F) is known color: Tyrian Purple. HEX triplet: 50, 03 and 3F. RGB value is (80,3,63). Sum of RGB (Red+Green+Blue) = 80+3+63=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50033F is #AFFCC0. Grayscale: #202020. Windows color (decimal): -11533505 or 4129616. OLE color: 4129616.

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

Color convert

RGB 80 3 63 -
CMYK 0 0.96 0.21 0.69
HSL 313.25º 0.93% 0.16% -
HSV(B) 313.25º 0.96% 0.31% -
XYZ 4.24 2.13 4.89 -
YUV 32.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 80 3 63 0 0.96 0.21 0.69 313.25 0.93 0.16
Hex 50 3 3F 0 60 15 45 139 5D 10
Octal 120 3 77 0 140 25 105 471 135 20
Binary 1010000 11 111111 0 1100000 10101 1000101 100111001 1011101 10000

Color Harmonies of #50033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50033F

Black with #50033F

Text Example


Text Example

White with #50033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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