#530040

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

Shades of Tyrian Purple #530040

Tints of Tyrian Purple #530040

Color information

#530040 (or 0x530040) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 40. RGB value is (83,0,64). Sum of RGB (Red+Green+Blue) = 83+0+64=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530040 is #ACFFBF. Grayscale: #1F1F1F. Windows color (decimal): -11337664 or 4194387. OLE color: 4194387.

HSL color Cylindrical-coordinate representation of color #530040: hue angle of 313.73º 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 #530040 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB83064-
CMYK010.230.67
HSL313.73º100%16.27%-
HSV(B)313.73º100%32.55%-
XYZ4.492.215.04-
YUV32.11146164.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=56.46%
G=0%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83064010.230.67313.7310016.27
Hex53040064174313a6410
Octal123010001442710347214420
Binary10100110100000001100100101111000011100111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530040; }

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

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

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

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

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

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

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

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