Html Css Color HEX #500242 Tyrian Purple

📋 copy color: '#500242'

red 80 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #500242

Tints of Tyrian Purple #500242

RGB

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

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

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

R = 54.05%
G = 1.35%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500242 (or 0x500242) is known color: Tyrian Purple. HEX triplet: 50, 02 and 42. RGB value is (80,2,66). Sum of RGB (Red+Green+Blue) = 80+2+66=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500242 is #AFFDBD. Grayscale: #202020. Windows color (decimal): -11533758 or 4325968. OLE color: 4325968.

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

Color convert

RGB 80 2 66 -
CMYK 0 0.98 0.17 0.69
HSL 310.77º 0.95% 0.16% -
HSV(B) 310.77º 0.98% 0.31% -
XYZ 4.31 2.14 5.34 -
YUV 32.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 80 2 66 0 0.98 0.17 0.69 310.77 0.95 0.16
Hex 50 2 42 0 62 11 45 137 5F 10
Octal 120 2 102 0 142 21 105 467 137 20
Binary 1010000 10 1000010 0 1100010 10001 1000101 100110111 1011111 10000

Color Harmonies of #500242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500242

Black with #500242

Text Example


Text Example

White with #500242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500242; }

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

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

background-color css

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

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

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

border-color css

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

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

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