#530649

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

Shades of Tyrian Purple #530649

Tints of Tyrian Purple #530649

Color information

#530649 (or 0x530649) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 49. RGB value is (83,6,73). Sum of RGB (Red+Green+Blue) = 83+6+73=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530649 is #ACF9B6. Grayscale: #242424. Windows color (decimal): -11336119 or 4785747. OLE color: 4785747.

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

Color convert

RGB83673-
CMYK00.930.120.67
HSL307.79º86.52%17.45%-
HSV(B)307.79º92.77%32.55%-
XYZ4.842.456.52-
YUV36.66148.51161.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=51.23%
G=3.70%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367300.930.120.67307.7986.5217.45
Hex5364905DC431345711
Octal123611101351410346412721
Binary101001111010010010101110111001000011100110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530649; }

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

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

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

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

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

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

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

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