Html Css Color HEX #500132 Tyrian Purple

📋 copy color: '#500132'

red 80 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #500132

Tints of Tyrian Purple #500132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 61.07%
G = 0.76%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500132 (or 0x500132) is known color: Tyrian Purple. HEX triplet: 50, 01 and 32. RGB value is (80,1,50). Sum of RGB (Red+Green+Blue) = 80+1+50=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500132 is #AFFECD. Grayscale: #1E1E1E. Windows color (decimal): -11534030 or 3277136. OLE color: 3277136.

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

Color convert

RGB 80 1 50 -
CMYK 0 0.99 0.37 0.69
HSL 322.78º 0.98% 0.16% -
HSV(B) 322.78º 0.99% 0.31% -
XYZ 3.89 1.96 3.19 -
YUV 30.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 80 1 50 0 0.99 0.37 0.69 322.78 0.98 0.16
Hex 50 1 32 0 63 25 45 143 62 10
Octal 120 1 62 0 143 45 105 503 142 20
Binary 1010000 1 110010 0 1100011 100101 1000101 101000011 1100010 10000

Color Harmonies of #500132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500132

Black with #500132

Text Example


Text Example

White with #500132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500132; }

 p { color: rgb(80,1,50); }

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

background-color css

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

 a { background-color: rgb(80,1,50); }

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

border-color css

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

 span { border-color: rgb(80,1,50); }

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