#530540

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

Shades of Tyrian Purple #530540

Tints of Tyrian Purple #530540

Color information

#530540 (or 0x530540) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 40. RGB value is (83,5,64). Sum of RGB (Red+Green+Blue) = 83+5+64=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530540 is #ACFABF. Grayscale: #222222. Windows color (decimal): -11336384 or 4195667. OLE color: 4195667.

HSL color Cylindrical-coordinate representation of color #530540: hue angle of 314.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530540 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB83564-
CMYK00.940.230.67
HSL314.62º88.64%17.25%-
HSV(B)314.62º93.98%32.55%-
XYZ4.552.325.06-
YUV35.05144.34162.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=54.61%
G=3.29%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356400.940.230.67314.6288.6417.25
Hex5354005E174313b5911
Octal123510001362710347313121
Binary1010011101100000001011110101111000011100111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530540; }

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

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

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

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

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

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

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

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