Html Css Color HEX #500B3B Tyrian Purple

📋 copy color: '#500B3B'

red 80 ◦ green 11 ◦ blue 59

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

Shades of Tyrian Purple #500B3B

Tints of Tyrian Purple #500B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.33%

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

R = 53.33%
G = 7.33%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#500B3B (or 0x500B3B) is known color: Tyrian Purple. HEX triplet: 50, 0B and 3B. RGB value is (80,11,59). Sum of RGB (Red+Green+Blue) = 80+11+59=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500B3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B3B is #AFF4C4. Grayscale: #242424. Windows color (decimal): -11531461 or 3869520. OLE color: 3869520.

HSL color Cylindrical-coordinate representation of color #500B3B: hue angle of 318.26º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B3B is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 11 59 -
CMYK 0 0.86 0.26 0.69
HSL 318.26º 0.76% 0.18% -
HSV(B) 318.26º 0.86% 0.31% -
XYZ 4.22 2.26 4.35 -
YUV 37.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 80 11 59 0 0.86 0.26 0.69 318.26 0.76 0.18
Hex 50 B 3B 0 56 1A 45 13E 4C 12
Octal 120 13 73 0 126 32 105 476 114 22
Binary 1010000 1011 111011 0 1010110 11010 1000101 100111110 1001100 10010

Color Harmonies of #500B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B3B

Black with #500B3B

Text Example


Text Example

White with #500B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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