#530548

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

Shades of Tyrian Purple #530548

Tints of Tyrian Purple #530548

Color information

#530548 (or 0x530548) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 48. RGB value is (83,5,72). Sum of RGB (Red+Green+Blue) = 83+5+72=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530548 is #ACFAB7. Grayscale: #232323. Windows color (decimal): -11336376 or 4719955. OLE color: 4719955.

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

Color convert

RGB83572-
CMYK00.940.130.67
HSL308.46º88.64%17.25%-
HSV(B)308.46º93.98%32.55%-
XYZ4.792.426.34-
YUV35.96148.34161.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 72 (28.52% from 255) = 45%
R=51.88%
G=3.12%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8357200.940.130.67308.4688.6417.25
Hex5354805ED431345911
Octal123511001361510346413121
Binary101001110110010000101111011011000011100110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530548; }

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

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

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

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

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

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

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

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