Html Css Color HEX #500534 Tyrian Purple

📋 copy color: '#500534'

red 80 ◦ green 5 ◦ blue 52

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

Shades of Tyrian Purple #500534

Tints of Tyrian Purple #500534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 58.39%
G = 3.65%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#500534 (or 0x500534) is known color: Tyrian Purple. HEX triplet: 50, 05 and 34. RGB value is (80,5,52). Sum of RGB (Red+Green+Blue) = 80+5+52=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500534 is #AFFACB. Grayscale: #202020. Windows color (decimal): -11533004 or 3409232. OLE color: 3409232.

HSL color Cylindrical-coordinate representation of color #500534: hue angle of 322.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500534 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 52 -
CMYK 0 0.94 0.35 0.69
HSL 322.4º 0.88% 0.17% -
HSV(B) 322.4º 0.94% 0.31% -
XYZ 3.98 2.06 3.44 -
YUV 32.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 80 5 52 0 0.94 0.35 0.69 322.4 0.88 0.17
Hex 50 5 34 0 5E 23 45 142 58 11
Octal 120 5 64 0 136 43 105 502 130 21
Binary 1010000 101 110100 0 1011110 100011 1000101 101000010 1011000 10001

Color Harmonies of #500534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500534

Black with #500534

Text Example


Text Example

White with #500534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500534; }

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

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

background-color css

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

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

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

border-color css

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

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

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