Html Css Color HEX #500237 Tyrian Purple

📋 copy color: '#500237'

red 80 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #500237

Tints of Tyrian Purple #500237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 58.39%
G = 1.46%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#500237 (or 0x500237) is known color: Tyrian Purple. HEX triplet: 50, 02 and 37. RGB value is (80,2,55). Sum of RGB (Red+Green+Blue) = 80+2+55=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500237 is #AFFDC8. Grayscale: #1F1F1F. Windows color (decimal): -11533769 or 3605072. OLE color: 3605072.

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

Color convert

RGB 80 2 55 -
CMYK 0 0.98 0.31 0.69
HSL 319.23º 0.95% 0.16% -
HSV(B) 319.23º 0.98% 0.31% -
XYZ 4.02 2.02 3.79 -
YUV 31.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 80 2 55 0 0.98 0.31 0.69 319.23 0.95 0.16
Hex 50 2 37 0 62 1F 45 13F 5F 10
Octal 120 2 67 0 142 37 105 477 137 20
Binary 1010000 10 110111 0 1100010 11111 1000101 100111111 1011111 10000

Color Harmonies of #500237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500237

Black with #500237

Text Example


Text Example

White with #500237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500237; }

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

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

background-color css

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

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

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

border-color css

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

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

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