Html Css Color HEX #500339 Tyrian Purple

📋 copy color: '#500339'

red 80 ◦ green 3 ◦ blue 57

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

Shades of Tyrian Purple #500339

Tints of Tyrian Purple #500339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 57.14%
G = 2.14%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#500339 (or 0x500339) is known color: Tyrian Purple. HEX triplet: 50, 03 and 39. RGB value is (80,3,57). Sum of RGB (Red+Green+Blue) = 80+3+57=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500339 is #AFFCC6. Grayscale: #202020. Windows color (decimal): -11533511 or 3736400. OLE color: 3736400.

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

Color convert

RGB 80 3 57 -
CMYK 0 0.96 0.29 0.69
HSL 317.92º 0.93% 0.16% -
HSV(B) 317.92º 0.96% 0.31% -
XYZ 4.08 2.07 4.05 -
YUV 32.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 80 3 57 0 0.96 0.29 0.69 317.92 0.93 0.16
Hex 50 3 39 0 60 1D 45 13E 5D 10
Octal 120 3 71 0 140 35 105 476 135 20
Binary 1010000 11 111001 0 1100000 11101 1000101 100111110 1011101 10000

Color Harmonies of #500339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500339

Black with #500339

Text Example


Text Example

White with #500339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500339; }

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

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

background-color css

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

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

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

border-color css

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

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

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