#530050

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

Shades of Tyrian Purple #530050

Tints of Tyrian Purple #530050

Color information

#530050 (or 0x530050) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 50. RGB value is (83,0,80). Sum of RGB (Red+Green+Blue) = 83+0+80=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530050 is #ACFFAF. Grayscale: #212121. Windows color (decimal): -11337648 or 5242963. OLE color: 5242963.

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

Color convert

RGB83080-
CMYK010.040.67
HSL302.17º100%16.27%-
HSV(B)302.17º100%32.55%-
XYZ5.022.427.79-
YUV33.94154163-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=50.92%
G=0%
B=49.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83080010.040.67302.1710016.27
Hex5305006444312e6410
Octal12301200144410345614420
Binary101001101010000011001001001000011100101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530050; }

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

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

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

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

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

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

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

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