#530437

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

Shades of Tyrian Purple #530437

Tints of Tyrian Purple #530437

Color information

#530437 (or 0x530437) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 37. RGB value is (83,4,55). Sum of RGB (Red+Green+Blue) = 83+4+55=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530437 is #ACFBC8. Grayscale: #212121. Windows color (decimal): -11336649 or 3605587. OLE color: 3605587.

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

Color convert

RGB83455-
CMYK00.950.340.67
HSL321.27º90.8%17.06%-
HSV(B)321.27º95.18%32.55%-
XYZ4.32.23.81-
YUV33.44140.17163.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=58.45%
G=2.82%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8345500.950.340.67321.2790.817.06
Hex5343705F22431415b11
Octal12346701374210350113321
Binary1010011100110111010111111000101000011101000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530437; }

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

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

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

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

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

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

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

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