#530345

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

Shades of Tyrian Purple #530345

Tints of Tyrian Purple #530345

Color information

#530345 (or 0x530345) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 45. RGB value is (83,3,69). Sum of RGB (Red+Green+Blue) = 83+3+69=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530345 is #ACFCBA. Grayscale: #222222. Windows color (decimal): -11336891 or 4522835. OLE color: 4522835.

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

Color convert

RGB83369-
CMYK00.960.170.67
HSL310.5º93.02%16.86%-
HSV(B)310.5º96.39%32.55%-
XYZ4.672.335.83-
YUV34.44147.5162.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=53.55%
G=1.94%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8336900.960.170.67310.593.0216.86
Hex5334506011431365d11
Octal123310501402110346613521
Binary101001111100010101100000100011000011100110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530345; }

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

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

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

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

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

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

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

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