Html Css Color HEX #500738 Tyrian Purple

📋 copy color: '#500738'

red 80 ◦ green 7 ◦ blue 56

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

Shades of Tyrian Purple #500738

Tints of Tyrian Purple #500738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 55.94%
G = 4.9%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500738 (or 0x500738) is known color: Tyrian Purple. HEX triplet: 50, 07 and 38. RGB value is (80,7,56). Sum of RGB (Red+Green+Blue) = 80+7+56=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500738 is #AFF8C7. Grayscale: #222222. Windows color (decimal): -11532488 or 3671888. OLE color: 3671888.

HSL color Cylindrical-coordinate representation of color #500738: hue angle of 319.73º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500738 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 56 -
CMYK 0 0.91 0.30 0.69
HSL 319.73º 0.84% 0.17% -
HSV(B) 319.73º 0.91% 0.31% -
XYZ 4.1 2.14 3.94 -
YUV 34.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 80 7 56 0 0.91 0.30 0.69 319.73 0.84 0.17
Hex 50 7 38 0 5B 1E 45 140 54 11
Octal 120 7 70 0 133 36 105 500 124 21
Binary 1010000 111 111000 0 1011011 11110 1000101 101000000 1010100 10001

Color Harmonies of #500738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500738

Black with #500738

Text Example


Text Example

White with #500738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500738; }

 p { color: rgb(80,7,56); }

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

background-color css

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

 a { background-color: rgb(80,7,56); }

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

border-color css

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

 span { border-color: rgb(80,7,56); }

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