Html Css Color HEX #500038 Tyrian Purple

📋 copy color: '#500038'

red 80 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #500038

Tints of Tyrian Purple #500038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.82%
G = 0%
B = 41.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500038 (or 0x500038) is known color: Tyrian Purple. HEX triplet: 50, 00 and 38. RGB value is (80,0,56). Sum of RGB (Red+Green+Blue) = 80+0+56=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500038 is #AFFFC7. Grayscale: #1E1E1E. Windows color (decimal): -11534280 or 3670096. OLE color: 3670096.

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

Color convert

RGB 80 0 56 -
CMYK 0 1 0.30 0.69
HSL 318º 1% 0.16% -
HSV(B) 318º 1% 0.31% -
XYZ 4.02 1.99 3.91 -
YUV 30.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 80 0 56 0 1 0.30 0.69 318 1 0.16
Hex 50 0 38 0 64 1E 45 13E 64 10
Octal 120 0 70 0 144 36 105 476 144 20
Binary 1010000 0 111000 0 1100100 11110 1000101 100111110 1100100 10000

Color Harmonies of #500038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500038

Black with #500038

Text Example


Text Example

White with #500038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500038; }

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

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

background-color css

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

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

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

border-color css

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

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

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