Html Css Color HEX #500442 Tyrian Purple

📋 copy color: '#500442'

red 80 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #500442

Tints of Tyrian Purple #500442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 53.33%
G = 2.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500442 (or 0x500442) is known color: Tyrian Purple. HEX triplet: 50, 04 and 42. RGB value is (80,4,66). Sum of RGB (Red+Green+Blue) = 80+4+66=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500442 is #AFFBBD. Grayscale: #212121. Windows color (decimal): -11533246 or 4326480. OLE color: 4326480.

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

Color convert

RGB 80 4 66 -
CMYK 0 0.95 0.17 0.69
HSL 311.05º 0.9% 0.16% -
HSV(B) 311.05º 0.95% 0.31% -
XYZ 4.34 2.19 5.35 -
YUV 33.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 80 4 66 0 0.95 0.17 0.69 311.05 0.9 0.16
Hex 50 4 42 0 5F 11 45 137 5A 10
Octal 120 4 102 0 137 21 105 467 132 20
Binary 1010000 100 1000010 0 1011111 10001 1000101 100110111 1011010 10000

Color Harmonies of #500442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500442

Black with #500442

Text Example


Text Example

White with #500442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500442; }

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

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

background-color css

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

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

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

border-color css

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

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

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