#530543

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

Shades of Tyrian Purple #530543

Tints of Tyrian Purple #530543

Color information

#530543 (or 0x530543) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 43. RGB value is (83,5,67). Sum of RGB (Red+Green+Blue) = 83+5+67=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530543 is #ACFABC. Grayscale: #232323. Windows color (decimal): -11336381 or 4392275. OLE color: 4392275.

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

Color convert

RGB83567-
CMYK00.940.190.67
HSL312.31º88.64%17.25%-
HSV(B)312.31º93.98%32.55%-
XYZ4.632.355.52-
YUV35.39145.84161.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=53.55%
G=3.23%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356700.940.190.67312.3188.6417.25
Hex5354305E13431385911
Octal123510301362310347013121
Binary1010011101100001101011110100111000011100111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530543; }

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

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

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

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

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

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

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

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