Html Css Color HEX #500042 Tyrian Purple

📋 copy color: '#500042'

red 80 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #500042

Tints of Tyrian Purple #500042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 54.79%
G = 0%
B = 45.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500042 (or 0x500042) is known color: Tyrian Purple. HEX triplet: 50, 00 and 42. RGB value is (80,0,66). Sum of RGB (Red+Green+Blue) = 80+0+66=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500042 is #AFFFBD. Grayscale: #1F1F1F. Windows color (decimal): -11534270 or 4325456. OLE color: 4325456.

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

Color convert

RGB 80 0 66 -
CMYK 0 1 0.17 0.69
HSL 310.5º 1% 0.16% -
HSV(B) 310.5º 1% 0.31% -
XYZ 4.29 2.1 5.33 -
YUV 31.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 80 0 66 0 1 0.17 0.69 310.5 1 0.16
Hex 50 0 42 0 64 11 45 136 64 10
Octal 120 0 102 0 144 21 105 466 144 20
Binary 1010000 0 1000010 0 1100100 10001 1000101 100110110 1100100 10000

Color Harmonies of #500042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500042

Black with #500042

Text Example


Text Example

White with #500042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500042; }

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

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

background-color css

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

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

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

border-color css

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

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

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