#530644

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

Shades of Tyrian Purple #530644

Tints of Tyrian Purple #530644

Color information

#530644 (or 0x530644) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 44. RGB value is (83,6,68). Sum of RGB (Red+Green+Blue) = 83+6+68=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530644 is #ACF9BB. Grayscale: #232323. Windows color (decimal): -11336124 or 4458067. OLE color: 4458067.

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

Color convert

RGB83668-
CMYK00.930.180.67
HSL311.69º86.52%17.45%-
HSV(B)311.69º92.77%32.55%-
XYZ4.682.395.68-
YUV36.09146.01161.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=52.87%
G=3.82%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366800.930.180.67311.6986.5217.45
Hex5364405D12431385711
Octal123610401352210347012721
Binary1010011110100010001011101100101000011100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530644; }

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

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

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

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

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

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

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

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