#500034

Color #500034 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #500034

Tints of Tyrian Purple #500034

Color information

#500034 (or 0x500034) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 34. RGB value is (80,0,52). Sum of RGB (Red+Green+Blue) = 80+0+52=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500034 is #AFFFCB. Grayscale: #1D1D1D. Windows color (decimal): -11534284 or 3407952. OLE color: 3407952.

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

Color convert

RGB80052-
CMYK010.350.69
HSL321º100%15.69%-
HSV(B)321º100%31.37%-
XYZ3.931.953.42-
YUV29.85140.5163.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=60.61%
G=0%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80052010.350.6932110015.69
Hex5003406423451416410
Octal12006401444310550114420
Binary10100000110100011001001000111000101101000001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500034; }

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

 H1.HeaderClassName
 {
   color: #500034;
 }
 .AnyTagClassName
 {
   color: #500034;
 }
</style>
background-color css

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

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

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

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

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

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