Html Css Color HEX #500134 Tyrian Purple

📋 copy color: '#500134'

red 80 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #500134

Tints of Tyrian Purple #500134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 60.15%
G = 0.75%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#500134 (or 0x500134) is known color: Tyrian Purple. HEX triplet: 50, 01 and 34. RGB value is (80,1,52). Sum of RGB (Red+Green+Blue) = 80+1+52=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500134 is #AFFECB. Grayscale: #1E1E1E. Windows color (decimal): -11534028 or 3408208. OLE color: 3408208.

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

Color convert

RGB 80 1 52 -
CMYK 0 0.99 0.35 0.69
HSL 321.27º 0.98% 0.16% -
HSV(B) 321.27º 0.99% 0.31% -
XYZ 3.94 1.98 3.42 -
YUV 30.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 80 1 52 0 0.99 0.35 0.69 321.27 0.98 0.16
Hex 50 1 34 0 63 23 45 141 62 10
Octal 120 1 64 0 143 43 105 501 142 20
Binary 1010000 1 110100 0 1100011 100011 1000101 101000001 1100010 10000

Color Harmonies of #500134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500134

Black with #500134

Text Example


Text Example

White with #500134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500134; }

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

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

background-color css

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

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

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

border-color css

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

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

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