#530545

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

Shades of Tyrian Purple #530545

Tints of Tyrian Purple #530545

Color information

#530545 (or 0x530545) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 45. RGB value is (83,5,69). Sum of RGB (Red+Green+Blue) = 83+5+69=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530545 is #ACFABA. Grayscale: #232323. Windows color (decimal): -11336379 or 4523347. OLE color: 4523347.

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

Color convert

RGB83569-
CMYK00.940.170.67
HSL310.77º88.64%17.25%-
HSV(B)310.77º93.98%32.55%-
XYZ4.72.385.84-
YUV35.62146.84161.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=52.87%
G=3.18%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356900.940.170.67310.7788.6417.25
Hex5354505E11431375911
Octal123510501362110346713121
Binary1010011101100010101011110100011000011100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530545; }

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

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

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

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

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

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

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

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