#530646

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

Shades of Tyrian Purple #530646

Tints of Tyrian Purple #530646

Color information

#530646 (or 0x530646) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 46. RGB value is (83,6,70). Sum of RGB (Red+Green+Blue) = 83+6+70=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530646 is #ACF9B9. Grayscale: #242424. Windows color (decimal): -11336122 or 4589139. OLE color: 4589139.

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

Color convert

RGB83670-
CMYK00.930.160.67
HSL310.13º86.52%17.45%-
HSV(B)310.13º92.77%32.55%-
XYZ4.742.416.01-
YUV36.32147.01161.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=52.20%
G=3.77%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367000.930.160.67310.1386.5217.45
Hex5364605D10431365711
Octal123610601352010346612721
Binary1010011110100011001011101100001000011100110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530646; }

 p { color: rgb(83,6,70); }

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

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

 a { background-color: rgb(83,6,70); }

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

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

 span { border-color: rgb(83,6,70); }

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