#530537

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

Shades of Tyrian Purple #530537

Tints of Tyrian Purple #530537

Color information

#530537 (or 0x530537) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 37. RGB value is (83,5,55). Sum of RGB (Red+Green+Blue) = 83+5+55=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530537 is #ACFAC8. Grayscale: #212121. Windows color (decimal): -11336393 or 3605843. OLE color: 3605843.

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

Color convert

RGB83555-
CMYK00.940.340.67
HSL321.54º88.64%17.25%-
HSV(B)321.54º93.98%32.55%-
XYZ4.312.223.82-
YUV34.02139.84162.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=58.04%
G=3.50%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355500.940.340.67321.5488.6417.25
Hex5353705E22431425911
Octal12356701364210350213121
Binary1010011101110111010111101000101000011101000010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530537; }

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

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

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

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

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

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

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

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