Html Css Color HEX #500240 Tyrian Purple

📋 copy color: '#500240'

red 80 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #500240

Tints of Tyrian Purple #500240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 54.79%
G = 1.37%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#500240 (or 0x500240) is known color: Tyrian Purple. HEX triplet: 50, 02 and 40. RGB value is (80,2,64). Sum of RGB (Red+Green+Blue) = 80+2+64=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500240 is #AFFDBF. Grayscale: #202020. Windows color (decimal): -11533760 or 4194896. OLE color: 4194896.

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

Color convert

RGB 80 2 64 -
CMYK 0 0.98 0.20 0.69
HSL 312.31º 0.95% 0.16% -
HSV(B) 312.31º 0.98% 0.31% -
XYZ 4.26 2.12 5.04 -
YUV 32.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 80 2 64 0 0.98 0.20 0.69 312.31 0.95 0.16
Hex 50 2 40 0 62 14 45 138 5F 10
Octal 120 2 100 0 142 24 105 470 137 20
Binary 1010000 10 1000000 0 1100010 10100 1000101 100111000 1011111 10000

Color Harmonies of #500240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500240

Black with #500240

Text Example


Text Example

White with #500240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500240; }

 p { color: rgb(80,2,64); }

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

background-color css

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

 a { background-color: rgb(80,2,64); }

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

border-color css

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

 span { border-color: rgb(80,2,64); }

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