Html Css Color HEX #500742 Tyrian Purple

📋 copy color: '#500742'

red 80 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #500742

Tints of Tyrian Purple #500742

RGB

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

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

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

R = 52.29%
G = 4.58%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500742 (or 0x500742) is known color: Tyrian Purple. HEX triplet: 50, 07 and 42. RGB value is (80,7,66). Sum of RGB (Red+Green+Blue) = 80+7+66=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500742 is #AFF8BD. Grayscale: #232323. Windows color (decimal): -11532478 or 4327248. OLE color: 4327248.

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

Color convert

RGB 80 7 66 -
CMYK 0 0.91 0.17 0.69
HSL 311.51º 0.84% 0.17% -
HSV(B) 311.51º 0.91% 0.31% -
XYZ 4.37 2.25 5.36 -
YUV 35.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 80 7 66 0 0.91 0.17 0.69 311.51 0.84 0.17
Hex 50 7 42 0 5B 11 45 138 54 11
Octal 120 7 102 0 133 21 105 470 124 21
Binary 1010000 111 1000010 0 1011011 10001 1000101 100111000 1010100 10001

Color Harmonies of #500742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500742

Black with #500742

Text Example


Text Example

White with #500742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500742; }

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

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

background-color css

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

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

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

border-color css

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

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

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